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

Function dictSdsCaseHash

src/server.cpp:1406–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406uint64_t dictSdsCaseHash(const void *key) {
1407 return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key));
1408}
1409
1410int dictEncObjKeyCompare(void *privdata, const void *key1,
1411 const void *key2)

Callers

nothing calls this directly

Calls 2

dictGenCaseHashFunctionFunction · 0.85
sdslenFunction · 0.85

Tested by

no test coverage detected