Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ len
Method
len
src/entity/sparse.rs:89–91 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
87
#[inline]
88
#[must_use]
89
pub fn len(&self) -> usize {
90
self.dense.len()
91
}
92
93
/// Returns true if the map contains no elements.
94
#[inline]
Callers
3
insert_unique
Method · 0.45
retain
Method · 0.45
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected