MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dictSdsCaseHash

Function dictSdsCaseHash

app/redis-6.2.6/src/server.c:1312–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1310}
1311
1312uint64_t dictSdsCaseHash(const void *key) {
1313 return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key));
1314}
1315
1316int dictEncObjKeyCompare(void *privdata, const void *key1,
1317 const void *key2)

Callers

nothing calls this directly

Calls 2

dictGenCaseHashFunctionFunction · 0.85
sdslenFunction · 0.85

Tested by

no test coverage detected