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

Function sz_bytesum

c/stringzilla.c:403–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403SZ_DYNAMIC sz_u64_t sz_bytesum(sz_cptr_t text, sz_size_t length) { return sz_dispatch_table.bytesum(text, length); }
404
405SZ_DYNAMIC sz_u64_t sz_hash(sz_cptr_t text, sz_size_t length, sz_u64_t seed) {
406 return sz_dispatch_table.hash(text, length, seed);

Callers 4

Str_like_bytesumFunction · 0.50
bytesumFunction · 0.50
byteSumAPIFunction · 0.50
operator()Method · 0.50

Calls 1

bytesumMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…