Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
impl MemFlags {
Callers
4
verify_signatures
Method · 0.45
get_interned_func_ref
Function · 0.45
ty
Method · 0.45
is_escaping
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected