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

Function ResolveDir

util/folder/dirut.cpp:567–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567TString ResolveDir(const char* path) {
568 return ResolvePath(path, true);
569}
570
571bool SafeResolveDir(const char* path, TString& result) {
572 try {

Callers 1

GetSystemTempDirFunction · 0.85

Calls 1

ResolvePathFunction · 0.85

Tested by

no test coverage detected