Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
1475
template <class T>
1476
size_t ComputeHash(const T& value) {
1477
return THash<T>{}(value);
1478
}
Callers
11
operator()
Method · 0.85
Hash
Method · 0.85
operator()
Method · 0.85
CaseInsensitiveStringHash
Function · 0.85
CaseInsensitiveAsciiStringHash
Function · 0.85
DefaultHash
Function · 0.85
DefaultHashAscii
Function · 0.85
TEST
Function · 0.85
TestFuncs
Method · 0.85
operator()
Method · 0.85
hash_ut.cpp
File · 0.85
Calls
no outgoing calls
Tested by
1
TestFuncs
Method · 0.68