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

Method hash

src/arrayvec.rs:1691–1693  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

1689{
1690 #[inline]
1691 fn hash<H: Hasher>(&self, state: &mut H) {
1692 self.as_slice().hash(state)
1693 }
1694}
1695
1696#[cfg(feature = "experimental_write_impl")]

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected