MCPcopy Create free account
hub / github.com/KDE/kdiff3 / Merger

Method Merger

src/merger.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <memory>
15
16Merger::Merger(const std::shared_ptr<const DiffList>& pDiffList1, const std::shared_ptr<const DiffList>& pDiffList2):
17 md1(pDiffList1, 0), md2(pDiffList2, 1)
18{
19}
20
21Merger::MergeData::MergeData(const std::shared_ptr<const DiffList>& p, qint32 i)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected