Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FindLightest
Method
FindLightest
library/cpp/cache/cache.h:780–782 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
778
}
779
780
TIterator FindLightest() {
781
return TBase::Empty() ? TBase::End() : this->FindByItem(TBase::List.GetLightest());
782
}
783
};
Callers
nothing calls this directly
Calls
3
FindByItem
Method · 0.80
GetLightest
Method · 0.80
Empty
Function · 0.50
Tested by
no test coverage detected