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

Function Str_hash

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

Source from the content-addressed store, hash-verified

1236}
1237
1238static Py_hash_t Str_hash(Str *self) { return (Py_hash_t)sz_hash(self->memory.start, self->memory.length, 0); }
1239
1240static char const doc_like_hash[] = //
1241 "Compute the hash value of the string.\n"

Callers

nothing calls this directly

Calls 1

sz_hashFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…