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

Method AddSubstitutePdbSourcePath

CppCoverage/Options.cpp:211–214  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

209
210 //-------------------------------------------------------------------------
211 void Options::AddSubstitutePdbSourcePath(SubstitutePdbSourcePath&& substitutePdbSourcePath)
212 {
213 substitutePdbSourcePaths_.push_back(std::move(substitutePdbSourcePath));
214 }
215
216 //-------------------------------------------------------------------------
217 const std::vector<SubstitutePdbSourcePath>& Options::GetSubstitutePdbSourcePaths() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected