Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsRelative
Method
IsRelative
util/folder/path.cpp:185–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
bool TFsPath::IsRelative() const {
186
return !IsAbsolute();
187
}
188
189
void TFsPath::InitSplit() const {
190
Split_ = new TSplit(Path_);
Callers
2
path.cpp
File · 0.80
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected