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

Method is_nullable

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

Can this type of reference be null?

(&self)

Source from the content-addressed store, hash-verified

525
526 /// Can this type of reference be null?
527 pub fn is_nullable(&self) -> bool {
528 self.is_nullable
529 }
530
531 /// The heap type that this is a reference to.
532 #[inline]

Callers 11

declare_localsFunction · 0.80
default_for_tyMethod · 0.80
_matches_tyMethod · 0.80
default_valueMethod · 0.80
fmtMethod · 0.80
matchesMethod · 0.80
to_wasm_typeMethod · 0.80
wasm_valtype_kindFunction · 0.80
fromMethod · 0.80
convert_ref_typeMethod · 0.80
try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected