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

Method toString

src/Command.cpp:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244String Command::toString(bool description) const {
245 String s;
246
247 toString(s, description);
248 return s;
249}
250
251CommandType Command::getType() const {
252 if (cmdPointer) {

Callers

nothing calls this directly

Calls 1

ArgumentClass · 0.85

Tested by

no test coverage detected