Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsDir
Function
IsDir
util/folder/dirut.cpp:492–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
}
491
492
bool IsDir(const TString& path) {
493
return TFileStat(path).IsDir();
494
}
495
496
TString GetHomeDir() {
497
TString s(getenv(
"HOME"
));
Callers
4
StripFileComponent
Function · 0.70
Y_UNIT_TEST
Function · 0.70
Recurse
Method · 0.50
TDirectoryModelsArchiveReader
Method · 0.50
Calls
2
TFileStat
Class · 0.85
IsDir
Method · 0.80
Tested by
no test coverage detected