[][src]Function eosio_cdt_sys::eosio_assert_code

pub unsafe extern "C" fn eosio_assert_code(test: u32, code: u64)

Aborts processing of this action and unwinds all pending changes if the test condition is true

@brief Aborts processing of this action and unwinds all pending changes @param test - 0 to abort, 1 to ignore @param code - the error code