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

Method getFirstLine

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

Source from the content-addressed store, hash-verified

32
33 public:
34 [[nodiscard]] inline LineRef getFirstLine() const { return firstLine; };
35 [[nodiscard]] inline LineRef getLastLine() const { return lastLine; };
36
37 [[nodiscard]] inline qsizetype getFirstPos() const { return firstPos; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected