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

Method Hash

library/cpp/par/par_network.h:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 size_t Hash() const {
56 return ComputeHash(Address) ^ IntHash(Port);
57 }
58
59 SAVELOAD(Address, Port, CachedNehAddr);
60

Callers 1

operator()Method · 0.45

Calls 2

ComputeHashFunction · 0.85
IntHashFunction · 0.85

Tested by

no test coverage detected