Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TEST
Function · 0.80
Calls
3
FindByItem
Method · 0.80
GetOldest
Method · 0.80
Empty
Function · 0.50
Tested by
no test coverage detected