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

Function dictStringHash

app/redis-6.2.6/src/latency.c:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44uint64_t dictStringHash(const void *key) {
45 return dictGenHashFunction(key, strlen(key));
46}
47
48void dictVanillaFree(void *privdata, void *val);
49

Callers

nothing calls this directly

Calls 1

dictGenHashFunctionFunction · 0.70

Tested by

no test coverage detected