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

Method IsDir

util/system/fstat.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222bool TFileStat::IsDir() const noexcept {
223 return S_ISDIR(Mode);
224}
225
226bool TFileStat::IsSymlink() const noexcept {
227 return S_ISLNK(Mode);

Callers 11

TestCreateRemoveMethod · 0.80
RunSymLinkTestFunction · 0.80
RemoveRecursiveMethod · 0.80
Y_UNIT_TESTFunction · 0.80
Y_UNIT_TESTFunction · 0.80
dirut.cppFile · 0.80
IsDirFunction · 0.80
MakePathIfNotExistFunction · 0.80
IsDirectoryMethod · 0.80
path.cppFile · 0.80

Calls

no outgoing calls

Tested by 1

TestCreateRemoveMethod · 0.64