MCPcopy Create free account
hub / github.com/Lokathor/tinyvec / hash

Method hash

src/tinyvec.rs:1652–1654  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

1650{
1651 #[inline]
1652 fn hash<H: Hasher>(&self, state: &mut H) {
1653 self.as_slice().hash(state)
1654 }
1655}
1656
1657// // // // // // // //

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected