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

Method File

FileFilter/File.cpp:23–26  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21{
22 //----------------------------------------------------------------------------
23 File::File(const std::filesystem::path& path)
24 : path_{path}
25 {
26 }
27
28 //----------------------------------------------------------------------------
29 void File::AddSelectedLines(const std::vector<int>& lines)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected