MCPcopy 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_uniqueMethod · 0.45
retainMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected