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

Method insert

crates/cranelift/src/compiler.rs:1094–1096  ·  view source on GitHub ↗
(&mut self, key: &[u8], val: Vec<u8>)

Source from the content-addressed store, hash-verified

1092 self.0.get(key)
1093 }
1094 fn insert(&mut self, key: &[u8], val: Vec<u8>) {
1095 self.0.insert(key, val);
1096 }
1097}
1098
1099fn compile_maybe_cached<'a>(

Callers 15

enter_dirMethod · 0.45
newMethod · 0.45
call_indirect_hostMethod · 0.45
compile_functionMethod · 0.45
append_codeMethod · 0.45
append_dwarfMethod · 0.45
alias_regionMethod · 0.45
get_global_locationMethod · 0.45
global_loadMethod · 0.45
make_heapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected