MCPcopy 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
181bool TFsPath::IsAbsolute() const {
182 return GetSplit().IsAbsolute;
183}
184
185bool TFsPath::IsRelative() const {
186 return !IsAbsolute();

Callers 3

GetFullPathMethod · 0.80
MakeAbsolutePathFunction · 0.80
AlignFilePathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected