MCPcopy Create free account
hub / github.com/catboost/catboost / IsContainerOf

Method IsContainerOf

util/folder/path.h:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 bool IsNonStrictSubpathOf(const TFsPath& that) const;
116
117 bool IsContainerOf(const TFsPath& that) const {
118 return that.IsSubpathOf(*this);
119 }
120
121 TFsPath RelativeTo(const TFsPath& root) const; // must be subpath of root
122

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

IsSubpathOfMethod · 0.80

Tested by

no test coverage detected