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

Method getDiff3LineVector

src/difftextwindow.cpp:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 [[nodiscard]] const QString& getFileName() const { return m_filename; }
194
195 [[nodiscard]] const Diff3LineVector* getDiff3LineVector() const { return mDiff3LineVector; }
196
197 [[nodiscard]] const Diff3WrapLineVector& getDiff3WrapLineVector() { return m_diff3WrapLineVector; }
198 [[nodiscard]] bool hasLineData() const { return m_pLineData != nullptr && !m_pLineData->empty(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected