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

Function valid

pdal/Metadata.hpp:663–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 bool operator ! ()
662 { return empty(); }
663 bool valid() const
664 { return !empty(); }
665 bool empty() const
666 { return m_impl->m_name.empty() && !hasChildren(); }
667

Callers 3

areaMethod · 0.70
TokenClass · 0.50

Calls 1

emptyFunction · 0.70

Tested by

no test coverage detected