MCPcopy 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
157String CommandError::toString() const {
158 String s;
159
160 toString(s);
161 return s;
162}
163
164void CommandError::toString(String& s) const {
165 s += getMessage();

Callers

nothing calls this directly

Calls 2

FFunction · 0.85
getNameMethod · 0.45

Tested by

no test coverage detected