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

Method Has

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

Source from the content-addressed store, hash-verified

209 }
210
211 inline bool Has(const TString& s) const noexcept {
212 return find(s) != end();
213 }
214 };
215}
216

Callers 2

EncodingHintByNameFunction · 0.45

Calls 2

findFunction · 0.50
endFunction · 0.50

Tested by

no test coverage detected