MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / sz_hash

Method sz_hash

rust/stringzilla.rs:3323–3325  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3321 }
3322
3323 fn sz_hash(&self) -> u64 {
3324 hash(self)
3325 }
3326
3327 fn sz_utf8_find_newline(&self) -> Option<IndexSpan> {
3328 find_newline_utf8(self)

Callers 1

HashFunction · 0.80

Calls 1

hashFunction · 0.70

Tested by

no test coverage detected