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

Method hash

crates/core/src/alloc/try_cow.rs:145–150  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

143 B: ?Sized + hash::Hash + TryToOwned,
144{
145 fn hash<H>(&self, state: &mut H)
146 where
147 H: hash::Hasher,
148 {
149 hash::Hash::hash(&**self, state)
150 }
151}
152
153impl<B> PartialEq for TryCow<'_, B>

Callers 1

get_data_rawMethod · 0.45

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected