MCPcopy Index your code
hub / github.com/RustPython/RustPython / hash

Method hash

crates/wtf8/src/lib.rs:623–625  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

621
622impl Hash for Wtf8Buf {
623 fn hash<H: Hasher>(&self, state: &mut H) {
624 Wtf8::hash(self, state)
625 }
626}
627
628impl AsRef<Wtf8> for Wtf8Buf {

Callers

nothing calls this directly

Calls 4

hashFunction · 0.85
write_u8Method · 0.80
writeMethod · 0.45
as_bytesMethod · 0.45

Tested by

no test coverage detected