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

Method isEmpty

src/selection.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 [[nodiscard]] inline LineRef getOldLastLine() const { return oldLastLine; };
44 [[nodiscard]] inline LineRef getOldFirstLine() const { return oldFirstLine; };
45 [[nodiscard]] inline bool isEmpty() const { return !firstLine.isValid() || (firstLine == lastLine && firstPos == lastPos); }
46
47 void reset()
48 {

Callers

nothing calls this directly

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected