Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ eq
Method
eq
src/merger.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
bool Merger::MergeData::eq() const
33
{
34
return pDiffList == nullptr || d.numberOfEquals() > 0;
35
}
36
37
bool Merger::MergeData::isEnd() const
38
{
Callers
1
whatChanged
Method · 0.80
Calls
1
numberOfEquals
Method · 0.80
Tested by
no test coverage detected