Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ len
Method
len
src/entity/primary_map.rs:86–88 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
84
#[inline]
85
#[must_use]
86
pub fn len(&self) -> usize {
87
self.elems.len()
88
}
89
90
/// Iterate over all the keys in this map.
91
#[inline]
Callers
5
is_valid
Method · 0.45
keys
Method · 0.45
next_key
Method · 0.45
last
Method · 0.45
last_mut
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected