-------------------------------------------------------------------------
| 197 | |
| 198 | //------------------------------------------------------------------------- |
| 199 | void Options::AddExcludedLineRegex(const std::wstring& excludedRegex) |
| 200 | { |
| 201 | excludedLineRegexes_.push_back(excludedRegex); |
| 202 | } |
| 203 | |
| 204 | //------------------------------------------------------------------------- |
| 205 | const std::vector<std::wstring>& Options::GetExcludedLineRegexes() const |
no outgoing calls
no test coverage detected