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

Method Enough

util/system/fasttime.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 inline bool Enough() const noexcept {
153 return Size() >= N;
154 }
155
156 inline A LastX() const noexcept {
157 return S_[(C_ - 1) % N].first;

Callers 1

GetBaseMethod · 0.80

Calls 1

SizeFunction · 0.50

Tested by

no test coverage detected