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

Method getData

src/CommandError.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124String CommandError::getData() const {
125 if (!errorPointer || !errorPointer->data) return String();
126 return String(errorPointer->data);
127}
128
129String CommandError::getMessage() const {
130 if (errorPointer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected