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

Method SetPath

FileFilter/File.cpp:41–44  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

39
40 //----------------------------------------------------------------------------
41 void File::SetPath(const std::filesystem::path& path)
42 {
43 path_ = path;
44 }
45
46 //----------------------------------------------------------------------------
47 const std::set<int>& File::GetSelectedLines() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected