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

Method result

crates/test-programs/src/bin/debugger_component.rs:52–54  ·  view source on GitHub ↗
(self, d: &Debuggee)

Source from the content-addressed store, hash-verified

50 }
51
52 fn result(self, d: &Debuggee) -> Result<Event, Error> {
53 EventFuture::finish(self.future, d)
54 }
55}
56
57/// Tests single-stepping.

Callers 2

test_simpleFunction · 0.45
test_loopFunction · 0.45

Calls 1

finishFunction · 0.85

Tested by 2

test_simpleFunction · 0.36
test_loopFunction · 0.36