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

Method setLineB

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

Source from the content-addressed store, hash-verified

302
303 inline void setLineA(const LineRef& line) { lineA = line; }
304 inline void setLineB(const LineRef& line) { lineB = line; }
305 inline void setLineC(const LineRef& line) { lineC = line; }
306
307 [[nodiscard]] inline bool isEqualAB() const { return bAEqB; }

Callers 5

calcDiff3LineListTrimMethod · 0.80

Calls

no outgoing calls

Tested by 1