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

Method sz_bytesum

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

Source from the content-addressed store, hash-verified

3317 T: AsRef<[u8]> + ?Sized,
3318{
3319 fn sz_bytesum(&self) -> u64 {
3320 bytesum(self)
3321 }
3322
3323 fn sz_hash(&self) -> u64 {
3324 hash(self)

Callers 1

BytesumFunction · 0.80

Calls 1

bytesumFunction · 0.85

Tested by

no test coverage detected