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

Method getLineEndStyle

src/SourceData.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 [[nodiscard]] const QByteArray getEncoding() const { return mEncoding; }
61 [[nodiscard]] e_LineEndStyle getLineEndStyle() const { return m_normalData.m_eLineEndStyle; }
62 [[nodiscard]] inline bool hasEOLTermiantion() { return m_normalData.hasEOLTermiantion(); }
63 [[nodiscard]] inline bool hasBOM() const { return m_normalData.hasBOM(); }
64 [[nodiscard]] const QStringList& getErrors() const { return mErrors; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected