| 30 | const std::filesystem::path& unifiedDiffPath, |
| 31 | const boost::optional<std::filesystem::path>& rootDiffFolder); |
| 32 | UnifiedDiffSettings(const UnifiedDiffSettings&) = default; |
| 33 | UnifiedDiffSettings(UnifiedDiffSettings&&) = default; |
| 34 | |
| 35 | const std::filesystem::path& GetUnifiedDiffPath() const; |
no outgoing calls
no test coverage detected