-------------------------------------------------------------------------
| 111 | |
| 112 | //------------------------------------------------------------------------- |
| 113 | std::vector<std::filesystem::path> UnifiedDiffCoverageFilter::GetUnmatchedPaths() const |
| 114 | { |
| 115 | return pathMatcher_.GetUnmatchedPaths(); |
| 116 | } |
| 117 | } |
nothing calls this directly
no outgoing calls
no test coverage detected