MCPcopy Create free account
hub / github.com/Snapchat/Valdi / empty

Method empty

valdi_core/src/valdi_core/cpp/Utils/PathUtils.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229bool Path::empty() const {
230 return _components.empty();
231}
232
233bool Path::startsWith(const Path& otherPath) const {
234 auto otherSize = otherPath._components.size();

Callers 4

isAbsoluteMethod · 0.45
PathUtils.cppFile · 0.45
getFirstComponentMethod · 0.45
getLastComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected