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

Method done_decode

pulley/src/interp.rs:964–966  ·  view source on GitHub ↗
(&mut self, Done { _priv }: Done)

Source from the content-addressed store, hash-verified

962 }
963
964 pub(super) fn done_decode(&mut self, Done { _priv }: Done) -> DoneReason<()> {
965 self.done_reason.take().unwrap()
966 }
967 }
968
969 impl Interpreter<'_> {

Callers 1

call_runMethod · 0.80

Calls 2

unwrapMethod · 0.45
takeMethod · 0.45

Tested by

no test coverage detected