MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / is_null

Method is_null

crates/tinywasm/src/interpreter/values.rs:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38 #[inline]
39 pub(crate) const fn is_null(self) -> bool {
40 self.0 == Self::NULL.0
41 }
42
43 #[inline]
44 pub(crate) const fn raw(self) -> u32 {

Callers 3

addrMethod · 0.45
exec_ref_is_nullMethod · 0.45
test_get_wasm_valFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_get_wasm_valFunction · 0.36