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

Method size

util/generic/hash_multi_map.h:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99public:
100 size_type size() const {
101 return rep.size();
102 }
103 // DEPRECATED. DO NOT USE.
104 yssize_t ysize() const {
105 return (yssize_t)rep.size();

Callers 3

THashMultiMapMethod · 0.45
ysizeMethod · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected