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

Method hasBOM

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

Source from the content-addressed store, hash-verified

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; }
65
66 void setEncoding(const QByteArray& encoding);

Callers 2

preprocessMethod · 0.45
testReadMethod · 0.45

Calls

no outgoing calls

Tested by 1

testReadMethod · 0.36