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

Method FilterAssistant

CppCoverage/FilterAssistant.cpp:115–119  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

113
114 //-------------------------------------------------------------------------
115 FilterAssistant::FilterAssistant(std::shared_ptr<IFileSystem> fileSystem)
116 : suggestedModuleFilter_{std::make_unique<SuggestedFilter>(fileSystem)},
117 suggestedSourceFileFilter_{std::make_unique<SuggestedFilter>(fileSystem)}
118 {
119 }
120
121 //-------------------------------------------------------------------------
122 FilterAssistant::~FilterAssistant() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected