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

Method get_mut

cranelift/codegen/src/ctxhash.rs:166–168  ·  view source on GitHub ↗

Get the existing value, mutably.

(&mut self)

Source from the content-addressed store, hash-verified

164
165 /// Get the existing value, mutably.
166 pub fn get_mut(&mut self) -> &mut V {
167 &mut self.raw.get_mut().v
168 }
169}
170
171impl<'a, K, V> VacantEntry<'a, K, V> {

Callers 9

dropMethod · 0.45
insertMethod · 0.45
replace_resultMethod · 0.45
reset_user_func_nameMethod · 0.45
set_blockMethod · 0.45
gen_templateFunction · 0.45
layoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected