Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
692
impl 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
fmt
Method · 0.45
is_some
Method · 0.45
resume_fiber
Method · 0.45
handle_callback_code
Method · 0.45
queue_call
Method · 0.45
start_call
Method · 0.45
task_return
Method · 0.45
task_cancel
Method · 0.45
suspension_intrinsic
Method · 0.45
waitable_check
Method · 0.45
already_lowered_parameters
Method · 0.45
returned_or_cancelled
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected