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

Function dictCStringHash

src/SnapshotPayloadParseState.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53};
54
55static uint64_t dictCStringHash(const void *key) {
56 return dictGenHashFunction((unsigned char*)key, strlen((char*)key));
57}
58
59
60static void dictKeyDestructor(void *privdata, void *key)

Callers

nothing calls this directly

Calls 1

dictGenHashFunctionFunction · 0.70

Tested by

no test coverage detected