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

Method getSizeLines

src/SourceData.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177LineType SourceData::getSizeLines() const
178{
179 return SafeInt<LineType>(m_normalData.lineCount());
180}
181
182qint64 SourceData::getSizeBytes() const
183{

Callers 6

determineFileAlignmentFunction · 0.80
mainInitMethod · 0.80
testReadMethod · 0.80
trailingEOLTestMethod · 0.80
testLineDataMethod · 0.80

Calls 1

lineCountMethod · 0.45

Tested by 5

determineFileAlignmentFunction · 0.64
testReadMethod · 0.64
trailingEOLTestMethod · 0.64
testLineDataMethod · 0.64