| 748 | class UnitTestFilter { |
| 749 | public: |
| 750 | UnitTestFilter() = default; |
| 751 | |
| 752 | // Constructs a filter from a string of patterns separated by `:`. |
| 753 | explicit UnitTestFilter(const std::string& filter) { |
nothing calls this directly
no test coverage detected