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

Method is_none

crates/wasmtime/src/runtime/types.rs:929–931  ·  view source on GitHub ↗

Is this the abstract `none` heap type?

(&self)

Source from the content-addressed store, hash-verified

927
928 /// Is this the abstract `none` heap type?
929 pub fn is_none(&self) -> bool {
930 matches!(self, HeapType::None)
931 }
932
933 /// Is this the abstract `cont` heap type?
934 pub fn is_cont(&self) -> bool {

Callers 15

validate_rangeMethod · 0.45
enabled_forMethod · 0.45
passed_by_referenceFunction · 0.45
link_moduleFunction · 0.45
define_variantFunction · 0.45
from_raw_os_errorFunction · 0.45
is_valid_address_familyFunction · 0.45
check_writeMethod · 0.45
from_raw_os_errorFunction · 0.45
loadMethod · 0.45
set_inputMethod · 0.45
computeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected