| 113 | } |
| 114 | |
| 115 | void startExcept(const std::set<std::string> & blackList) |
| 116 | { |
| 117 | const auto filepath = getStandardFilepath(); |
| 118 | |
| 119 | startExcept(filepath, blackList); |
| 120 | } |
| 121 | |
| 122 | void startExcept(const std::string & filepath, const std::set<std::string> & blackList) |
| 123 | { |
nothing calls this directly
no test coverage detected