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

Method getLineB

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

Source from the content-addressed store, hash-verified

298
299 [[nodiscard]] LineRef getLineA() const { return lineA; }
300 [[nodiscard]] LineRef getLineB() const { return lineB; }
301 [[nodiscard]] LineRef getLineC() const { return lineC; }
302
303 inline void setLineA(const LineRef& line) { lineA = line; }

Callers 15

printDiff3ListFunction · 0.80
writeActualAlignmentFileFunction · 0.80
runTestFunction · 0.80
getStringMethod · 0.80
mergeOneLineMethod · 0.80
updateDefaultsMethod · 0.80
removeEmptySourceMethod · 0.80
chooseMethod · 0.80

Calls

no outgoing calls

Tested by 4

printDiff3ListFunction · 0.64
writeActualAlignmentFileFunction · 0.64
runTestFunction · 0.64
calcDiffTestMethod · 0.64