Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsDirectory
Method
IsDirectory
util/folder/path.cpp:392–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
bool TFsPath::IsDirectory() const {
393
return IsDefined() && TFileStat(GetPath().data()).IsDir();
394
}
395
396
bool TFsPath::IsFile() const {
397
return IsDefined() && TFileStat(GetPath().data()).IsFile();
Callers
2
CopyTo
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
3
TFileStat
Class · 0.85
IsDir
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected