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

Method Add

library/cpp/charset/codepage.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 class THashSetType: public THashSet<TString> {
206 public:
207 inline void Add(const TString& s) {
208 insert(s);
209 }
210
211 inline bool Has(const TString& s) const noexcept {
212 return find(s) != end();

Callers 7

Y_UNIT_TESTFunction · 0.45
with_lockMethod · 0.45
AddCurrentProcessNameMethod · 0.45
AddCurrentThreadNameMethod · 0.45
AddCurrentThreadIndexMethod · 0.45
TCounterClass · 0.45
mainFunction · 0.45

Calls 1

insertFunction · 0.50

Tested by

no test coverage detected