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

Function def_func_key

crates/environ/src/module_artifacts.rs:678–683  ·  view source on GitHub ↗
(m: u32, f: u32)

Source from the content-addressed store, hash-verified

676 }
677
678 fn def_func_key(m: u32, f: u32) -> FuncKey {
679 FuncKey::DefinedWasmFunction(
680 StaticModuleIndex::from_u32(m),
681 DefinedFuncIndex::from_u32(f),
682 )
683 }
684
685 fn array_to_wasm_tramp_key(m: u32, f: u32) -> FuncKey {
686 FuncKey::ArrayToWasmTrampoline(

Callers 4

make_test_tableFunction · 0.85
src_locsFunction · 0.85
func_locsFunction · 0.85
reverse_func_locsFunction · 0.85

Calls

no outgoing calls

Tested by 3

src_locsFunction · 0.68
func_locsFunction · 0.68
reverse_func_locsFunction · 0.68