Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ index
Method
index
cranelift/entity/src/primary.rs:263–265 ·
view source on GitHub ↗
(&self, k: K)
Source
from the content-addressed store, hash-verified
261
type Output = V;
262
263
fn index(&self, k: K) -> &V {
264
&self.elems[k.index()]
265
}
266
}
267
268
/// Mutable indexing into an `PrimaryMap`.
Callers
7
is_valid
Method · 0.45
get
Method · 0.45
get_range
Method · 0.45
get_mut
Method · 0.45
get_disjoint_mut
Method · 0.45
get_raw_mut
Method · 0.45
index_mut
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected