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

Method AddInputCoveragePath

CppCoverage/Options.cpp:163–166  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

161
162 //-------------------------------------------------------------------------
163 void Options::AddInputCoveragePath(const std::filesystem::path& path)
164 {
165 inputCoveragePaths_.push_back(path);
166 }
167
168 //-------------------------------------------------------------------------
169 const std::vector<std::filesystem::path>& Options::GetInputCoveragePaths() const

Callers 1

AddInputCoveragesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected