MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ckh_string_hash

Function ckh_string_hash

deps/jemalloc/src/ckh.c:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542void
543ckh_string_hash(const void *key, size_t r_hash[2]) {
544 hash(key, strlen((const char *)key), 0x94122f33U, r_hash);
545}
546
547bool
548ckh_string_keycomp(const void *k1, const void *k2) {

Callers

nothing calls this directly

Calls 1

hashFunction · 0.50

Tested by

no test coverage detected