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

Method toString

src/SimpleCLI.cpp:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284String SimpleCLI::toString(bool descriptions) const {
285 String s;
286
287 toString(s, descriptions);
288 return s;
289}
290
291void SimpleCLI::toString(String& s, bool descriptions) const {
292 cmd* h = cmdList;

Callers

nothing calls this directly

Calls 1

CommandClass · 0.85

Tested by

no test coverage detected