Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
bool TFileStat::IsDir() const noexcept {
223
return S_ISDIR(Mode);
224
}
225
226
bool TFileStat::IsSymlink() const noexcept {
227
return S_ISLNK(Mode);
Callers
11
TestCreateRemove
Method · 0.80
RunSymLinkTest
Function · 0.80
RemoveRecursive
Method · 0.80
MakeDirectoryRecursive
Method · 0.80
Y_UNIT_TEST
Function · 0.80
Y_UNIT_TEST
Function · 0.80
dirut.cpp
File · 0.80
IsDir
Function · 0.80
MakePathIfNotExist
Function · 0.80
IsDirectory
Method · 0.80
path.cpp
File · 0.80
Calls
no outgoing calls
Tested by
1
TestCreateRemove
Method · 0.64