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

Method isEmpty

valdi_core/src/valdi_core/cpp/Context/ComponentPath.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool ComponentPath::isEmpty() const {
66 return _symbolName.isEmpty() && _resourceId == ResourceId(StringBox());
67}
68
69std::ostream& operator<<(std::ostream& os, const ComponentPath& d) noexcept {
70 return os << d.toString();

Callers 2

toStringMethod · 0.45
getIdAndPathStringMethod · 0.45

Calls 2

ResourceIdClass · 0.85
StringBoxClass · 0.50

Tested by

no test coverage detected