MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / hash

Method hash

aiscript-vm/src/string/interned.rs:234–236  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

232
233impl Hash for InternedString<'_> {
234 fn hash<H: Hasher>(&self, state: &mut H) {
235 state.write_u64(self.stored_hash())
236 }
237}
238
239struct InternedDynStringsInner<'gc>(

Callers

nothing calls this directly

Calls 1

stored_hashMethod · 0.80

Tested by

no test coverage detected