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

Method OnNewSourceFile

CppCoverage/FilterAssistant.cpp:139–144  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137
138 //-------------------------------------------------------------------------
139 void
140 FilterAssistant::OnNewSourceFile(const std::filesystem::path& sourceFile,
141 bool isSelected)
142 {
143 suggestedSourceFileFilter_->OnNewFile(sourceFile, isSelected);
144 }
145
146 //-------------------------------------------------------------------------
147 boost::optional<std::filesystem::path>

Callers 1

IsSourceFileSelectedMethod · 0.80

Calls 1

OnNewFileMethod · 0.80

Tested by

no test coverage detected