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

Method init

src/diff.cpp:1209–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207}
1208
1209void DiffBufferInfo::init(Diff3LineList* pD3ll,
1210 const std::shared_ptr<LineDataVector> &pldA, const std::shared_ptr<LineDataVector> &pldB, const std::shared_ptr<LineDataVector> &pldC)
1211{
1212 m_pDiff3LineList = pD3ll;
1213 mLineDataA = pldA;
1214 mLineDataB = pldB;
1215 mLineDataC = pldC;
1216}
1217
1218void Diff3LineList::calcWhiteDiff3Lines(
1219 const std::shared_ptr<LineDataVector> &pldA, const std::shared_ptr<LineDataVector> &pldB, const std::shared_ptr<LineDataVector> &pldC, const bool bIgnoreComments)

Callers 4

mainInitMethod · 0.45
doDirectoryCompareMethod · 0.45
OptionDialogMethod · 0.45
optiondialog.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected