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

Function dictCStringKeyHash

app/redis-6.2.6/src/module.c:8402–8404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8400 * this gets queries from modules. */
8401
8402uint64_t dictCStringKeyHash(const void *key) {
8403 return dictGenHashFunction((unsigned char*)key, strlen((char*)key));
8404}
8405
8406int dictCStringKeyCompare(void *privdata, const void *key1, const void *key2) {
8407 UNUSED(privdata);

Callers

nothing calls this directly

Calls 1

dictGenHashFunctionFunction · 0.70

Tested by

no test coverage detected