Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
622
impl Hash for Wtf8Buf {
623
fn hash<H: Hasher>(&self, state: &mut H) {
624
Wtf8::hash(self, state)
625
}
626
}
627
628
impl AsRef<Wtf8> for Wtf8Buf {
Callers
nothing calls this directly
Calls
4
hash
Function · 0.85
write_u8
Method · 0.80
write
Method · 0.45
as_bytes
Method · 0.45
Tested by
no test coverage detected