MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator>=

Method operator>=

kdevplatform/vcs/vcsdiff.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 bool operator>(const KDevelop::DiffHunk& b) const { return headingLineIdx > b.lastLineIdx(); }
97 bool operator>(uint line) const { return headingLineIdx > line; }
98 bool operator>=(const KDevelop::DiffHunk& b) { return headingLineIdx >= b.lastLineIdx(); }
99 bool operator>=(uint line) const { return headingLineIdx >= line; }
100 };
101

Callers

nothing calls this directly

Calls 1

lastLineIdxMethod · 0.80

Tested by

no test coverage detected