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

Method hash

hashing/chaining.cpp:91–91  ·  view source on GitHub ↗

* @brief Compute the hash of a value for current chain * * @param x value to compute modulus of * @return modulus of `x` * @note declared as a * [`virtual`](https://en.cppreference.com/w/cpp/language/virtual) so that * custom implementations of the class can modify the hash function. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected