MCPcopy 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
48std::string Option::toArg() const
49{
50 return std::string(2, '-') + getName() + '=' + getValue();
51}
52
53
54void Option::toMetadata(MetadataNode& parent) const

Callers 1

toCommandLineMethod · 0.80

Calls 2

getValueFunction · 0.70
getNameFunction · 0.50

Tested by

no test coverage detected