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

Method hash

crates/test-util/src/component_fuzz.rs:1158–1160  ·  view source on GitHub ↗
(&self, h: &mut H)

Source from the content-addressed store, hash-verified

1156
1157impl Hash for Helper<'_> {
1158 fn hash<H: Hasher>(&self, h: &mut H) {
1159 std::ptr::hash(self.0, h);
1160 }
1161}
1162
1163impl PartialEq for Helper<'_> {

Callers

nothing calls this directly

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected