Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpacehuhnTech/SimpleCLI
/ toString
Method
toString
src/CommandError.cpp:157–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
String CommandError::toString() const {
158
String s;
159
160
toString(s);
161
return s;
162
}
163
164
void CommandError::toString(String& s) const {
165
s += getMessage();
Callers
nothing calls this directly
Calls
2
F
Function · 0.85
getName
Method · 0.45
Tested by
no test coverage detected