Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ dictStringHash
Function
dictStringHash
src/latency.cpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
uint64_t dictStringHash(const void *key) {
45
return dictGenHashFunction(key, strlen((const char*)key));
46
}
47
48
void dictVanillaFree(void *privdata, void *val);
49
Callers
nothing calls this directly
Calls
1
dictGenHashFunction
Function · 0.70
Tested by
no test coverage detected