MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / hashFxn

Function hashFxn

hashing/double_hash_hash_table.cpp:47–50  ·  view source on GitHub ↗

* @brief Hash a key. Uses the STL library's `std::hash()` function. * * @param key value to hash * @return hash value of the key */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

doubleHashFunction · 0.70
addInfoFunction · 0.70
removalInfoFunction · 0.70
mainFunction · 0.70

Calls 1

hashFunction · 0.70

Tested by

no test coverage detected