| 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; }; |
nothing calls this directly
no outgoing calls
no test coverage detected