MCPcopy Create free account
hub / github.com/SpacehuhnTech/SimpleCLI / toString

Method toString

src/Argument.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104String Argument::toString() const {
105 String s;
106
107 toString(s);
108 return s;
109}
110
111void Argument::toString(String& s) const {
112 if (isOptional()) s += '[';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected