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

Method IsFile

util/system/fstat.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool TFileStat::IsFile() const noexcept {
219 return S_ISREG(Mode);
220}
221
222bool TFileStat::IsDir() const noexcept {
223 return S_ISDIR(Mode);

Callers 2

RunSymLinkTestFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected