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

Method isLineInRange

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

Source from the content-addressed store, hash-verified

576 }
577
578 bool isLineInRange(LineRef line, e_SrcSelector winIdx)
579 {
580 return line.isValid() && line >= firstLine(winIdx) && line <= lastLine(winIdx);
581 }
582
583 bool operator==(const ManualDiffHelpEntry& r) const
584 {

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected