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

Method Empty

util/system/filemap.h:260–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 Y_PURE_FUNCTION bool Empty() const noexcept {
261 return 0 == Size_;
262 }
263 /// for STL compatibility only, Begin() usage is recommended
264 const T* begin() const noexcept {
265 return Begin();

Callers 5

Y_UNIT_TESTFunction · 0.45
SomeMethodFunction · 0.45
~TCondVarImplMethod · 0.45
with_lockMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected