MCPcopy Create free account
hub / github.com/catboost/catboost / GetDirName

Function GetDirName

util/folder/dirut.cpp:580–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580TString GetDirName(const TString& path) {
581 return TFsPath(path).Dirname();
582}
583
584#ifdef _win32_
585

Callers 4

RealLocationFunction · 0.85
ResolvePathFunction · 0.85
StripFileComponentFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 2

DirnameMethod · 0.80
TFsPathClass · 0.70

Tested by

no test coverage detected