Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ remove
Method
remove
pdal/Options.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
116
117
void Options::remove(const Option& option)
118
{
119
m_options.erase(option.getName());
120
}
121
122
123
void Options::toMetadata(MetadataNode& parent) const
Callers
4
test_affine_stuff
Method · 0.80
TEST_F
Function · 0.80
handleOptions
Method · 0.80
removeOptions
Function · 0.80
Calls
2
erase
Method · 0.45
getName
Method · 0.45
Tested by
2
test_affine_stuff
Method · 0.64
TEST_F
Function · 0.64