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

Method result

crates/gdbstub-component/src/api.rs:39–43  ·  view source on GitHub ↗
(mut self, d: &Debuggee)

Source from the content-addressed store, hash-verified

37 }
38
39 pub fn result(mut self, d: &Debuggee) -> std::result::Result<Event, Error> {
40 // Drop the pollable first, since it's a child resource.
41 let _ = self.pollable.take();
42 EventFuture::finish(self.future, d)
43 }
44}

Callers 1

issue_9714Function · 0.45

Calls 2

finishFunction · 0.85
takeMethod · 0.45

Tested by

no test coverage detected