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

Method Match

FileFilter/PathMatcher.cpp:212–215  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

210
211 //-------------------------------------------------------------------------
212 File* PathMatcher::Match(const fs::path& path)
213 {
214 return pathMatcherEngine_->Match(path);
215 }
216
217 //-------------------------------------------------------------------------
218 std::vector<fs::path> PathMatcher::GetUnmatchedPaths() const

Callers 3

SearchFileMethod · 0.45
MatchFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

MatchFunction · 0.36
TESTFunction · 0.36