Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ setTextEqualAB
Method
setTextEqualAB
src/diff.h:521–521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
523
private:
524
bool bBinaryAEqC = false;
Callers
1
mainInit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected