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

Method debug_assert_done_reason_none

pulley/src/interp.rs:960–962  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

958
959 impl MachineState {
960 pub(super) fn debug_assert_done_reason_none(&mut self) {
961 debug_assert!(self.done_reason.is_none());
962 }
963
964 pub(super) fn done_decode(&mut self, Done { _priv }: Done) -> DoneReason<()> {
965 self.done_reason.take().unwrap()

Callers 1

call_runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected