| 31 | public: |
| 32 | explicit Patterns(bool isRegexCaseSensitiv = false); |
| 33 | Patterns(const Patterns&) = default; |
| 34 | Patterns(Patterns&&); |
| 35 | |
| 36 | void AddSelectedPatterns(const std::wstring&); |
nothing calls this directly
no outgoing calls
no test coverage detected