Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ index
Method
index
cranelift/entity/src/map.rs:268–270 ·
view source on GitHub ↗
(&self, k: K)
Source
from the content-addressed store, hash-verified
266
267
#[inline(always)]
268
fn index(&self, k: K) -> &V {
269
self.elems.get(k.index()).unwrap_or(&self.default)
270
}
271
}
272
273
/// Mutable indexing into an `SecondaryMap`.
Callers
8
iter_entity_range
Function · 0.45
len_of
Method · 0.45
alloc
Method · 0.45
get
Method · 0.45
get_mut
Method · 0.45
try_insert
Method · 0.45
remove
Method · 0.45
index_mut
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected