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

Method begin

util/generic/hash_set.h:388–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 iterator begin() const {
389 return rep.begin();
390 }
391 iterator end() const {
392 return rep.end();
393 }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected