Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
795
impl 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_wasip2
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute_async
Method · 0.45
execute
Method · 0.45
read_crate
Function · 0.45
source_loc_from
Method · 0.45
main
Function · 0.45
main
Function · 0.45
run_threads
Function · 0.45
run_simple_with_wasi_threads
Function · 0.45
_finish
Method · 0.45
Calls
no outgoing calls
Tested by
7
run_threads
Function · 0.36
run_simple_with_wasi_threads
Function · 0.36
_finish
Method · 0.36
test_run_bool
Function · 0.36
test_run_with_count
Function · 0.36
test_n_times
Function · 0.36
fixup_breaks_one_edge_in_multi_rec_group_type_cycle
Function · 0.36