Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TEST
Function · 0.45
with_lock
Method · 0.45
AddCurrentProcessName
Method · 0.45
AddCurrentThreadName
Method · 0.45
AddCurrentThreadIndex
Method · 0.45
TCounter
Class · 0.45
main
Function · 0.45
Calls
1
insert
Function · 0.50
Tested by
no test coverage detected