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

Function dictGetHash

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

Source from the content-addressed store, hash-verified

1066}
1067
1068uint64_t dictGetHash(dict *d, const void *key) {
1069 return dictHashKey(d, key);
1070}
1071
1072/* Finds the dictEntry reference by using pointer and pre-calculated hash.
1073 * oldkey is a dead pointer and should not be accessed.

Callers 2

defragKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected