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

Function dictSetHashFunctionSeed

src/dict.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73extern "C" void asyncFreeDictTable(dictEntry **de);
74
75void dictSetHashFunctionSeed(uint8_t *seed) {
76 memcpy(dict_hash_function_seed,seed,sizeof(dict_hash_function_seed));
77}
78
79uint8_t *dictGetHashFunctionSeed(void) {
80 return dict_hash_function_seed;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected