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

Method is_none

crates/environ/src/module.rs:797–799  ·  view source on GitHub ↗

Returns if this is `ModuleStartup::None`.

(&self)

Source from the content-addressed store, hash-verified

795impl ModuleStartup {
796 /// Returns if this is `ModuleStartup::None`.
797 pub fn is_none(&self) -> bool {
798 matches!(self, Self::None)
799 }
800}

Callers 15

configure_wasip2Method · 0.45
executeMethod · 0.45
executeMethod · 0.45
execute_asyncMethod · 0.45
executeMethod · 0.45
read_crateFunction · 0.45
source_loc_fromMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
run_threadsFunction · 0.45
_finishMethod · 0.45

Calls

no outgoing calls

Tested by 7

run_threadsFunction · 0.36
_finishMethod · 0.36
test_run_boolFunction · 0.36
test_run_with_countFunction · 0.36
test_n_timesFunction · 0.36