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

Method ctx_hash

cranelift/codegen/src/ctxhash.rs:41–43  ·  view source on GitHub ↗
(&self, state: &mut H, value: &V)

Source from the content-addressed store, hash-verified

39}
40impl<V: Eq + Hash> CtxHash<V> for NullCtx {
41 fn ctx_hash<H: Hasher>(&self, state: &mut H, value: &V) {
42 value.hash(state);
43 }
44}
45
46/// A bucket in the hash table.

Callers 1

compute_hashFunction · 0.45

Calls 1

hashMethod · 0.45

Tested by

no test coverage detected