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

Method hash

library/cpp/charset/ci_string.h:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 static size_t hashVal(const char* pc, size_t len, const CodePage& cp = csYandex);
210
211 size_t hash() const {
212 return TCiString::hashVal(data(), length());
213 }
214};
215
216struct ci_hash {

Callers

nothing calls this directly

Calls 2

dataFunction · 0.50
lengthFunction · 0.50

Tested by

no test coverage detected