Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ from
Method
from
cranelift/codegen/src/ir/memflags.rs:383–385 ·
view source on GitHub ↗
(flags: MemFlagsData)
Source
from the content-addressed store, hash-verified
381
382
impl From<MemFlagsData> for MachMemFlags {
383
fn from(flags: MemFlagsData) -> Self {
384
flags.flags
385
}
386
}
387
388
impl From<MachMemFlags> for MemFlagsData {
Callers
nothing calls this directly
Calls
1
no_alias_region
Function · 0.85
Tested by
no test coverage detected