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

Function hashCallback

app/redis-6.2.6/src/dict.c:1180–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178#ifdef REDIS_TEST
1179
1180uint64_t hashCallback(const void *key) {
1181 return dictGenHashFunction((unsigned char*)key, strlen((char*)key));
1182}
1183
1184int compareCallback(void *privdata, const void *key1, const void *key2) {
1185 int l1,l2;

Callers

nothing calls this directly

Calls 1

dictGenHashFunctionFunction · 0.70

Tested by

no test coverage detected