Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
area
Method · 0.70
AssignStatement.cpp
File · 0.50
Token
Class · 0.50
Calls
1
empty
Function · 0.70
Tested by
no test coverage detected