Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_run
Method · 0.80
Calls
2
unwrap
Method · 0.45
take
Method · 0.45
Tested by
no test coverage detected