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

Method empty

util/system/filemap.h:256–258  ·  view source on GitHub ↗

for STL compatibility only, Empty() usage is recommended

Source from the content-addressed store, hash-verified

254 }
255 /// for STL compatibility only, Empty() usage is recommended
256 Y_PURE_FUNCTION bool empty() const noexcept {
257 return Empty();
258 }
259
260 Y_PURE_FUNCTION bool Empty() const noexcept {
261 return 0 == Size_;

Callers 6

TestOpenMethod · 0.45
StartProcessMethod · 0.45
ArgNeedsQuotesFunction · 0.45
OnForkMethod · 0.45
RunMethod · 0.45
CommunicateMethod · 0.45

Calls 1

EmptyFunction · 0.50

Tested by 1

TestOpenMethod · 0.36