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

Method hasBOM

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

Source from the content-addressed store, hash-verified

113 [[nodiscard]] bool isText() const { return m_bIsText || isEmpty(); }
114 [[nodiscard]] inline bool hasEOLTermiantion() const { return m_bIsText && mHasEOLTermination; }
115 [[nodiscard]] inline bool hasBOM() const { return mHasBOM; }
116
117 [[nodiscard]] inline qint64 lineCount() const { return mLineCount; }
118 [[nodiscard]] inline qint64 byteCount() const { return mDataSize; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected