Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ keys
Method
keys
src/entity/primary_map.rs:93–95 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
91
#[inline]
92
#[must_use]
93
pub fn keys(&self) -> Keys<K> {
94
Keys::with_len(self.elems.len())
95
}
96
97
/// Iterate over all the values in this map.
98
#[inline]
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected