Is everything OK?
| 160 | bool isSuspended(void); |
| 161 | /// Is everything OK? |
| 162 | bool isValid(void) { return !errorstate; } |
| 163 | |
| 164 | command_result runCommand(color_ostream &out, const std::string &command, std::vector <std::string> ¶meters, bool no_autocomplete = false); |
| 165 | command_result runCommand(color_ostream& out, const std::string& command); |
no outgoing calls
no test coverage detected