Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ size
Method
size
util/generic/hash_set.h:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
120
public:
121
size_type size() const {
122
return rep.size();
123
}
124
size_type max_size() const {
125
return rep.max_size();
126
}
Callers
4
THashSet
Method · 0.45
operator==
Function · 0.45
THashMultiSet
Method · 0.45
size
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected