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

Method values

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

Source from the content-addressed store, hash-verified

262 #[inline]
263 #[must_use]
264 pub fn values(&self) -> impl DoubleEndedIterator<Item = &V> + ExactSizeIterator + '_ {
265 self.dense.iter().map(|(_k, v)| v)
266 }
267
268 /// Iterate over all the values in this map, mutable edition.
269 #[inline]

Callers 6

resolveMethod · 0.45
computeMethod · 0.45
prepareMethod · 0.45
check_functionMethod · 0.45
fmtMethod · 0.45
from_functionMethod · 0.45

Calls 2

mapMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected