MCPcopy 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

FindByItemMethod · 0.80
GetLightestMethod · 0.80
EmptyFunction · 0.50

Tested by

no test coverage detected