Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ index
Method
index
src/entity/sparse.rs:487–489 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
485
#[inline]
486
#[must_use]
487
pub fn index(&self) -> usize {
488
self.index
489
}
490
491
/// Gets the entry's key in the map.
492
#[inline]
Callers
4
last
Method · 0.45
is_empty
Method · 0.45
len
Method · 0.45
iter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected