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

Method is_none

crates/wasmtime/src/runtime/component/concurrent.rs:693–695  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

691
692impl SuspensionTarget {
693 fn is_none(&self) -> bool {
694 matches!(self, SuspensionTarget::None)
695 }
696 fn is_some(&self) -> bool {
697 !self.is_none()
698 }

Callers 15

fmtMethod · 0.45
is_someMethod · 0.45
resume_fiberMethod · 0.45
handle_callback_codeMethod · 0.45
queue_callMethod · 0.45
start_callMethod · 0.45
task_returnMethod · 0.45
task_cancelMethod · 0.45
suspension_intrinsicMethod · 0.45
waitable_checkMethod · 0.45
returned_or_cancelledMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected