MCPcopy 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
44uint64_t dictStringHash(const void *key) {
45 return dictGenHashFunction(key, strlen((const char*)key));
46}
47
48void dictVanillaFree(void *privdata, void *val);
49

Callers

nothing calls this directly

Calls 1

dictGenHashFunctionFunction · 0.70

Tested by

no test coverage detected