Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
uint64_t dictStringHash(const void *key) {
45
return dictGenHashFunction(key, strlen(key));
46
}
47
48
void dictVanillaFree(void *privdata, void *val);
49
Callers
nothing calls this directly
Calls
1
dictGenHashFunction
Function · 0.70
Tested by
no test coverage detected