Function eosio_exit

Source
pub fn eosio_exit<C>(code: C)
where C: Into<i32>,
Expand description

This method will abort execution of wasm without failing the contract. This is used to bypass all cleanup / destructors that would normally be called.