MCPcopy 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_validMethod · 0.45
keysMethod · 0.45
next_keyMethod · 0.45
lastMethod · 0.45
last_mutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected