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

Method UnifiedDiffSettings

CppCoverage/UnifiedDiffSettings.cpp:23–29  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

21{
22 //-------------------------------------------------------------------------
23 UnifiedDiffSettings::UnifiedDiffSettings(
24 const std::filesystem::path& unifiedDiffPath,
25 const boost::optional<std::filesystem::path>& rootDiffFolder)
26 : unifiedDiffPath_{unifiedDiffPath}
27 , rootDiffFolder_{rootDiffFolder}
28 {
29 }
30
31 //-------------------------------------------------------------------------
32 const std::filesystem::path& UnifiedDiffSettings::GetUnifiedDiffPath() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected