MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / GetUnmatchedPaths

Method GetUnmatchedPaths

FileFilter/UnifiedDiffCoverageFilter.cpp:113–116  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

111
112 //-------------------------------------------------------------------------
113 std::vector<std::filesystem::path> UnifiedDiffCoverageFilter::GetUnmatchedPaths() const
114 {
115 return pathMatcher_.GetUnmatchedPaths();
116 }
117}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected