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

Method setLineA

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

Source from the content-addressed store, hash-verified

301 [[nodiscard]] LineRef getLineC() const { return lineC; }
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

Callers 5

calcDiff3LineListTrimMethod · 0.80

Calls

no outgoing calls

Tested by 1