Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
542
void
543
ckh_string_hash(const void *key, size_t r_hash[2]) {
544
hash(key, strlen((const char *)key), 0x94122f33U, r_hash);
545
}
546
547
bool
548
ckh_string_keycomp(const void *k1, const void *k2) {
Callers
nothing calls this directly
Calls
1
hash
Function · 0.50
Tested by
no test coverage detected