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

Method Begin

library/cpp/cache/cache.h:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 TIterator Begin() const {
539 return TIterator(Index.begin());
540 }
541
542 TIterator End() const {
543 return TIterator(Index.end());

Callers 2

GetOldestMethod · 0.45

Calls 2

TIteratorClass · 0.70
beginMethod · 0.45

Tested by

no test coverage detected