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

Method End

library/cpp/cache/cache.h:542–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540 }
541
542 TIterator End() const {
543 return TIterator(Index.end());
544 }
545
546 TIterator Find(const TKey& key) {
547 TIndexIterator it = Index.find(key);

Callers 8

GetOrNullMethod · 0.45
EraseMethod · 0.45
ContainsMethod · 0.45
GetValueMethod · 0.45
GetOldestMethod · 0.45
PromoteMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 2

TIteratorClass · 0.70
endMethod · 0.45

Tested by

no test coverage detected