Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ get
Method
get
cranelift/frontend/src/frontend/safepoints.rs:90–93 ·
view source on GitHub ↗
(&self, size: SlotSize)
Source
from the content-addressed store, hash-verified
88
}
89
90
fn get(&self, size: SlotSize) -> &T {
91
let index = size as u8 as usize;
92
&self.0[index]
93
}
94
95
fn get_mut(&mut self, size: SlotSize) -> &mut T {
96
let index = size as u8 as usize;
Callers
9
build
Method · 0.45
try_use_var
Method · 0.45
try_def_var
Method · 0.45
signature
Method · 0.45
emit_small_memory_compare
Method · 0.45
seal_one_block
Method · 0.45
index
Method · 0.45
rewrite_def
Method · 0.45
rewrite_safepoint
Method · 0.45
Calls
1
copied
Method · 0.80
Tested by
no test coverage detected