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

Method adjustDiff2

src/diff.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 inline void adjustNumberOfEquals(const qint64 delta) { nofEquals += delta; }
122 inline void adjustDiff1(const qint64 delta) { mDiff1 += delta; }
123 inline void adjustDiff2(const qint64 delta) { mDiff2 += delta; }
124
125 bool operator==(const Diff& b) const
126 {

Callers 6

runDiffMethod · 0.80
calcDiffMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected