MCPcopy Create free account
hub / github.com/comaps/comaps / DisplayOption

Function DisplayOption

libs/testing/testingmain.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97void DisplayOption(ostream & os, char const * option, char const * description)
98{
99 os << " " << setw(kOptionFieldWidth) << left << option << " " << description << '\n';
100}
101
102void DisplayOption(ostream & os, char const * option, char const * value, char const * description)
103{

Callers 1

UsageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected