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

Method values_mut

cranelift/entity/src/map.rs:176–178  ·  view source on GitHub ↗

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

(&mut self)

Source from the content-addressed store, hash-verified

174
175 /// Iterate over all the values in this map, mutable edition.
176 pub fn values_mut(&mut self) -> slice::IterMut<'_, V> {
177 self.elems.iter_mut()
178 }
179
180 /// Resize the map to have `n` entries by adding default entries as needed.
181 pub fn resize(&mut self, n: usize) {

Callers 2

entries_mutMethod · 0.45
resolve_all_aliasesMethod · 0.45

Calls 1

iter_mutMethod · 0.45

Tested by

no test coverage detected