Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.70
operator !
Function · 0.70
valid
Function · 0.70
windowFill
Method · 0.50
finalize
Method · 0.50
computeBoundingBox
Method · 0.50
Calls
2
hasChildren
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected