MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / exit_execution

Method exit_execution

crates/tinywasm/src/store/mod.rs:108–110  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

106 }
107
108 pub(crate) fn exit_execution(&mut self) {
109 self.execution_active = false;
110 }
111}
112
113impl PartialEq for Store {

Callers 4

callMethod · 0.80
call_resumableMethod · 0.80
resume_with_fuelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected