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

Method byteCount

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

Source from the content-addressed store, hash-verified

116
117 [[nodiscard]] inline qint64 lineCount() const { return mLineCount; }
118 [[nodiscard]] inline qint64 byteCount() const { return mDataSize; }
119 };
120 FileData m_normalData;
121 FileData m_lmppData;

Callers 2

getSizeBytesMethod · 0.80
readAndPreprocessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected