| 1248 | } |
| 1249 | |
| 1250 | bool ASConsole::isOption(const string &arg, const char* op) |
| 1251 | { |
| 1252 | return arg.compare(op) == 0; |
| 1253 | } |
| 1254 | |
| 1255 | bool ASConsole::isOption(const string &arg, const char* a, const char* b) |
| 1256 | { |
nothing calls this directly
no outgoing calls
no test coverage detected