MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / is_complete

Method is_complete

crates/debugger/src/lib.rs:295–300  ·  view source on GitHub ↗

Is the inner body done running?

(&self)

Source from the content-addressed store, hash-verified

293
294 /// Is the inner body done running?
295 pub fn is_complete(&self) -> bool {
296 match self.state {
297 DebuggeeState::Complete => true,
298 _ => false,
299 }
300 }
301
302 /// Get the Engine associated with the debuggee.
303 pub fn engine(&self) -> &Engine {

Callers 1

finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected