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

Function dictGetHash

src/dict.cpp:1436–1438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434}
1435
1436uint64_t dictGetHash(dict *d, const void *key) {
1437 return dictHashKey(d, key);
1438}
1439
1440/* Finds the dictEntry reference by using pointer and pre-calculated hash.
1441 * oldkey is a dead pointer and should not be accessed.

Callers 4

syncDeleteMethod · 0.85
ensureMethod · 0.85
asyncDeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected