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

Method IsNull

util/system/fstat.cpp:214–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214bool TFileStat::IsNull() const noexcept {
215 return *this == TFileStat();
216}
217
218bool TFileStat::IsFile() const noexcept {
219 return S_ISREG(Mode);

Callers 2

Y_UNIT_TESTFunction · 0.45
path.cppFile · 0.45

Calls 1

TFileStatClass · 0.85

Tested by

no test coverage detected