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

Method iter_mut

cranelift/codegen/src/ir/jumptable.rs:77–79  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

75 /// Returns an iterator that allows modifying each value, excluding the default block.
76 #[deprecated(since = "7.0.0", note = "please use `.as_mut_slice()` instead")]
77 pub fn iter_mut(&mut self) -> IterMut<'_, BlockCall> {
78 self.as_mut_slice().iter_mut()
79 }
80
81 /// Clears all entries in this jump table, except for the default block.
82 pub fn clear(&mut self) {

Callers 12

addMethod · 0.45
reverse_targetMethod · 0.45
apply_presetMethod · 0.45
newMethod · 0.45
collect_operandsMethod · 0.45
contexts_mutMethod · 0.45
update_argsMethod · 0.45
reverse_stackFunction · 0.45
process_elab_stackMethod · 0.45
elaborate_blockMethod · 0.45

Calls 1

as_mut_sliceMethod · 0.45

Tested by

no test coverage detected