for unit testing
| 584 | |
| 585 | // for unit testing |
| 586 | vector<bool> ASConsole::getExcludeHitsVector() |
| 587 | { return excludeHitsVector; } |
| 588 | |
| 589 | // for unit testing |
| 590 | vector<string> ASConsole::getExcludeVector() |
nothing calls this directly
no outgoing calls
no test coverage detected