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

Method IsSourceFileSelected

CppCoverage/MonitoredLineRegister.cpp:124–130  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

122
123 //--------------------------------------------------------------------------
124 bool MonitoredLineRegister::IsSourceFileSelected(
125 const std::filesystem::path& path)
126 {
127 auto isSelected = coverageFilterManager_->IsSourceFileSelected(path.wstring());
128 filterAssistant_->OnNewSourceFile(path, isSelected);
129 return isSelected;
130 }
131
132 //--------------------------------------------------------------------------
133 void

Callers 1

EnumerateMethod · 0.45

Calls 1

OnNewSourceFileMethod · 0.80

Tested by

no test coverage detected