Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
567
TString ResolveDir(const char* path) {
568
return ResolvePath(path, true);
569
}
570
571
bool SafeResolveDir(const char* path, TString& result) {
572
try {
Callers
1
GetSystemTempDir
Function · 0.85
Calls
1
ResolvePath
Function · 0.85
Tested by
no test coverage detected