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

Method getOffset

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

Source from the content-addressed store, hash-verified

193 [[nodiscard]] inline const QSharedPointer<QString>& getBuffer() const { return mBuffer; }
194
195 [[nodiscard]] inline qsizetype getOffset() const { return mOffset; }
196 [[nodiscard]] qint32 width(qint32 tabSize) const; // Calcs width considering tabs.
197
198 [[nodiscard]] inline bool whiteLine() const { return mFirstNonWhiteChar == 0; }

Callers 1

runDiffMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected