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

Method OnNewModule

CppCoverage/FilterAssistant.cpp:125–129  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

123
124 //-------------------------------------------------------------------------
125 void FilterAssistant::OnNewModule(const std::filesystem::path& module,
126 bool isSelected)
127 {
128 suggestedModuleFilter_->OnNewFile(module, isSelected);
129 }
130
131 //-------------------------------------------------------------------------
132 boost::optional<std::filesystem::path>

Callers 1

LoadModuleMethod · 0.80

Calls 1

OnNewFileMethod · 0.80

Tested by

no test coverage detected