MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / keys

Method keys

src/entity/sparse.rs:257–259  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

255 #[inline]
256 #[must_use]
257 pub fn keys(&self) -> impl DoubleEndedIterator<Item = K> + ExactSizeIterator + '_ {
258 self.dense.iter().map(|(k, _v)| *k)
259 }
260
261 /// Iterate over all the values in this map.
262 #[inline]

Callers 6

spillslotsMethod · 0.45
resolveMethod · 0.45
virt_regsMethod · 0.45
groupsMethod · 0.45
resolve_subclassesFunction · 0.45
add_blockparamsMethod · 0.45

Calls 2

mapMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected