MCPcopy 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
185bool TFsPath::IsRelative() const {
186 return !IsAbsolute();
187}
188
189void TFsPath::InitSplit() const {
190 Split_ = new TSplit(Path_);

Callers 2

path.cppFile · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected