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

Function dictSdsHash

app/redis-6.2.6/src/redis-benchmark.c:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static uint64_t dictSdsHash(const void *key) {
250 return dictGenHashFunction((unsigned char*)key, sdslen((char*)key));
251}
252
253static int dictSdsKeyCompare(void *privdata, const void *key1,
254 const void *key2)

Callers

nothing calls this directly

Calls 2

sdslenFunction · 0.85
dictGenHashFunctionFunction · 0.70

Tested by

no test coverage detected