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

Method FindOldest

library/cpp/cache/cache.h:729–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727 }
728
729 TIterator FindOldest() {
730 return TBase::Empty() ? TBase::End() : this->FindByItem(TBase::List.GetOldest());
731 }
732
733 size_t TotalSize() const {
734 return TBase::List.GetTotalSize();

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 3

FindByItemMethod · 0.80
GetOldestMethod · 0.80
EmptyFunction · 0.50

Tested by

no test coverage detected