Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsAbsolute
Method
IsAbsolute
util/folder/path.cpp:181–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
bool TFsPath::IsAbsolute() const {
182
return GetSplit().IsAbsolute;
183
}
184
185
bool TFsPath::IsRelative() const {
186
return !IsAbsolute();
Callers
3
GetFullPath
Method · 0.80
MakeAbsolutePath
Function · 0.80
AlignFilePath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected