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

Method size

util/generic/hash_set.h:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370public:
371 size_type size() const {
372 return rep.size();
373 }
374 size_type max_size() const {
375 return rep.max_size();
376 }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected