-------------------------------------------------------------------------
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected