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

Method AddSelectedLines

FileFilter/File.cpp:29–32  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

27
28 //----------------------------------------------------------------------------
29 void File::AddSelectedLines(const std::vector<int>& lines)
30 {
31 selectedLines_.insert(lines.begin(), lines.end());
32 }
33
34 //----------------------------------------------------------------------------
35 const std::filesystem::path& File::GetPath() const

Callers 3

FillUpdatedLinesMethod · 0.80
TESTFunction · 0.80
CreateFilterFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
CreateFilterFunction · 0.64