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

Function dictGenCaseHashFunction

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

Source from the content-addressed store, hash-verified

88}
89
90uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) {
91 return siphash_nocase(buf,len,dict_hash_function_seed);
92}
93
94/* ----------------------------- API implementation ------------------------- */
95

Callers 1

dictSdsCaseHashFunction · 0.85

Calls 1

siphash_nocaseFunction · 0.85

Tested by

no test coverage detected