Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ MakeAbsolutePath
Function
MakeAbsolutePath
catboost/private/libs/options/path_helpers.cpp:4–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
4
TString MakeAbsolutePath(const TString& path) {
5
if (TFsPath(path).IsAbsolute()) {
6
return path;
7
}
8
return JoinFsPaths(TFsPath::Cwd(), path);
9
}
Callers
2
EvaluateFeatures
Function · 0.85
DoRecursiveFeaturesElimination
Function · 0.85
Calls
4
JoinFsPaths
Function · 0.85
Cwd
Class · 0.85
IsAbsolute
Method · 0.80
TFsPath
Class · 0.50
Tested by
no test coverage detected