Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
bool TFileStat::IsFile() const noexcept {
219
return S_ISREG(Mode);
220
}
221
222
bool TFileStat::IsDir() const noexcept {
223
return S_ISDIR(Mode);
Callers
2
RunSymLinkTest
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected