Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ toArg
Method
toArg
pdal/Options.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
{
47
48
std::string Option::toArg() const
49
{
50
return std::string(2,
'-'
) + getName() +
'='
+ getValue();
51
}
52
53
54
void Option::toMetadata(MetadataNode& parent) const
Callers
1
toCommandLine
Method · 0.80
Calls
2
getValue
Function · 0.70
getName
Function · 0.50
Tested by
no test coverage detected