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

Function hashCallback

src/dict.cpp:1555–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1553#ifdef REDIS_TEST
1554
1555uint64_t hashCallback(const void *key) {
1556 return dictGenHashFunction((unsigned char*)key, strlen((char*)key));
1557}
1558
1559int compareCallback(void *privdata, const void *key1, const void *key2) {
1560 int l1,l2;

Callers

nothing calls this directly

Calls 1

dictGenHashFunctionFunction · 0.70

Tested by

no test coverage detected