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

Method ysize

util/generic/hash_multi_map.h:104–106  ·  view source on GitHub ↗

DEPRECATED. DO NOT USE.

Source from the content-addressed store, hash-verified

102 }
103 // DEPRECATED. DO NOT USE.
104 yssize_t ysize() const {
105 return (yssize_t)rep.size();
106 }
107 size_type max_size() const {
108 return rep.max_size();
109 }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected