MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / exit

Method exit

src/vm/wasm/wasm_interface.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 wasm_interface::~wasm_interface() {}
53
54 void wasm_interface::exit() {
55 get_runtime_interface()->immediately_exit_currently_running_module();
56 }
57
58 std::shared_ptr <wasm_instantiated_module_interface> get_instantiated_backend(const vector <uint8_t> &code, const uint256 &hash) {
59

Callers 7

qt_translations.pyFile · 0.45
linearize.pyFile · 0.45
connect_JSONFunction · 0.45
create_txFunction · 0.45
sanity_test_feeFunction · 0.45
pyminer.pyFile · 0.45
pull-tester.pyFile · 0.45

Tested by

no test coverage detected