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

Function sz_hash_state_init

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

Source from the content-addressed store, hash-verified

407}
408
409SZ_DYNAMIC void sz_hash_state_init(sz_hash_state_t *state, sz_u64_t seed) {
410 sz_dispatch_table.hash_state_init(state, seed);
411}
412
413SZ_DYNAMIC void sz_hash_state_update(sz_hash_state_t *state, sz_cptr_t text, sz_size_t length) {
414 sz_dispatch_table.hash_state_update(state, text, length);

Callers 6

Hasher_newFunction · 0.50
Hasher_initFunction · 0.50
Hasher_resetFunction · 0.50
newMethod · 0.50
hasherConstructorFunction · 0.50
hasherResetFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…