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

Method setTextEqualAC

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

Source from the content-addressed store, hash-verified

517 [[nodiscard]] bool isTextEqualAB() const { return bTextAEqB; }
518
519 void setTextEqualAC(const bool equal) { bTextAEqC = equal; }
520 void setTextEqualBC(const bool equal) { bTextBEqC = equal; }
521 void setTextEqualAB(const bool equal) { bTextAEqB = equal; }
522

Callers 1

mainInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected