MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/dns/cache.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39 struct THashResolveInfo {
40 inline size_t operator()(const TResolveInfo& ri) const {
41 return ComputeHash(ri.Host) ^ ri.Port;
42 }
43 };
44
45 struct TCompareResolveInfo {

Callers

nothing calls this directly

Calls 1

ComputeHashFunction · 0.85

Tested by

no test coverage detected