MCPcopy Create free account
hub / github.com/PDAL/PDAL / empty

Function empty

pdal/Metadata.hpp:665–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663 bool valid() const
664 { return !empty(); }
665 bool empty() const
666 { return m_impl->m_name.empty() && !hasChildren(); }
667
668 template <typename PREDICATE>
669 MetadataNode find(PREDICATE p) const

Callers 6

Metadata.hppFile · 0.70
operator !Function · 0.70
validFunction · 0.70
windowFillMethod · 0.50
finalizeMethod · 0.50
computeBoundingBoxMethod · 0.50

Calls 2

hasChildrenFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected