MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / values_mut

Method values_mut

cranelift/entity/src/boxed_slice.rs:77–79  ·  view source on GitHub ↗

Iterate over all the values in this map, mutable edition.

(&mut self)

Source from the content-addressed store, hash-verified

75
76 /// Iterate over all the values in this map, mutable edition.
77 pub fn values_mut(&mut self) -> slice::IterMut<'_, V> {
78 self.elems.iter_mut()
79 }
80
81 /// Iterate over all the keys and values in this map.
82 pub fn iter(&self) -> Iter<'_, K, V> {

Callers 2

valuesFunction · 0.45
values_revFunction · 0.45

Calls 1

iter_mutMethod · 0.45

Tested by 2

valuesFunction · 0.36
values_revFunction · 0.36