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

Method hash_key

crates/wasmtime/src/runtime/func.rs:1444–1446  ·  view source on GitHub ↗
(&self, store: &mut StoreOpaque)

Source from the content-addressed store, hash-verified

1442 expect(dead_code, reason = "Not used yet, but added for consistency")
1443 )]
1444 pub(crate) fn hash_key(&self, store: &mut StoreOpaque) -> impl core::hash::Hash + Eq + use<> {
1445 self.vm_func_ref(store).as_ptr().addr()
1446 }
1447}
1448
1449/// Prepares for entrance into WebAssembly.

Callers 6

isa_flags_hash_keyMethod · 0.45
isa_flags_hash_keyMethod · 0.45
isa_flags_hash_keyMethod · 0.45
isa_flags_hash_keyMethod · 0.45
isa_flags_hash_keyMethod · 0.45
_serializeMethod · 0.45

Calls 3

vm_func_refMethod · 0.80
addrMethod · 0.45
as_ptrMethod · 0.45

Tested by

no test coverage detected