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

Method IsModuleSelected

CppCoverage/CoverageFilterManager.cpp:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47 //-------------------------------------------------------------------------
48 bool CoverageFilterManager::IsModuleSelected(const std::wstring& filename) const
49 {
50 return wildcardCoverageFilter_.IsModuleSelected(filename);
51 }
52
53 //-------------------------------------------------------------------------
54 bool CoverageFilterManager::IsSourceFileSelected(const std::wstring& filename)

Callers 2

LoadModuleMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36