Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ is_empty
Method
is_empty
src/entity/sparse.rs:96–98 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
94
#[inline]
95
#[must_use]
96
pub fn is_empty(&self) -> bool {
97
self.dense.is_empty()
98
}
99
100
/// Remove all elements from the map.
101
#[inline]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected