Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ Metadata
Method
Metadata
pdal/Metadata.hpp:784–785 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
782
783
public:
784
Metadata() : m_root(
"root"
), m_private(
"private"
)
785
{}
786
787
Metadata(const std::string& name) : m_name(name)
788
{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected