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

Method hasBOM

src/EncodedDataStream.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 void setGenerateByteOrderMark(bool generate) { mGenerateBOM = generate; }
32
33 inline bool hasBOM() const { return mGenerateBOM; }
34
35 inline void setEncoding(const QByteArray &inEncoding)
36 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected