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

Method IsLineSelected

FileFilter/File.cpp:53–56  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

51
52 //----------------------------------------------------------------------------
53 bool File::IsLineSelected(int lineNumber) const
54 {
55 return selectedLines_.find(lineNumber) != selectedLines_.end();
56 }
57
58 //----------------------------------------------------------------------------
59 bool File::operator==(const File& other) const

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36