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

Method is_reserved_value

cranelift/codegen/src/ir/memflags.rs:101–103  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

99
100 #[inline]
101 fn is_reserved_value(&self) -> bool {
102 self.0 == u16::MAX
103 }
104}
105
106impl MemFlags {

Callers 4

verify_signaturesMethod · 0.45
get_interned_func_refFunction · 0.45
tyMethod · 0.45
is_escapingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected