MCPcopy 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
492bool IsDir(const TString& path) {
493 return TFileStat(path).IsDir();
494}
495
496TString GetHomeDir() {
497 TString s(getenv("HOME"));

Callers 4

StripFileComponentFunction · 0.70
Y_UNIT_TESTFunction · 0.70
RecurseMethod · 0.50

Calls 2

TFileStatClass · 0.85
IsDirMethod · 0.80

Tested by

no test coverage detected