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

Method errored

src/SimpleCLI.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138bool SimpleCLI::errored() const {
139 return errorQueue;
140}
141
142bool SimpleCLI::paused() const {
143 return pauseParsing;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected