MCPcopy Create free account
hub / github.com/catboost/catboost / ComputeHash

Function ComputeHash

util/generic/hash_table.h:1476–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1474// Cannot name it just 'Hash' because it clashes with too many class members in the code.
1475template <class T>
1476size_t ComputeHash(const T& value) {
1477 return THash<T>{}(value);
1478}

Callers 11

operator()Method · 0.85
HashMethod · 0.85
operator()Method · 0.85
DefaultHashFunction · 0.85
DefaultHashAsciiFunction · 0.85
TESTFunction · 0.85
TestFuncsMethod · 0.85
operator()Method · 0.85
hash_ut.cppFile · 0.85

Calls

no outgoing calls

Tested by 1

TestFuncsMethod · 0.68