Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
String SimpleCLI::toString(bool descriptions) const {
285
String s;
286
287
toString(s, descriptions);
288
return s;
289
}
290
291
void SimpleCLI::toString(String& s, bool descriptions) const {
292
cmd* h = cmdList;
Callers
nothing calls this directly
Calls
1
Command
Class · 0.85
Tested by
no test coverage detected