Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
LineType SourceData::getSizeLines() const
178
{
179
return SafeInt<LineType>(m_normalData.lineCount());
180
}
181
182
qint64 SourceData::getSizeBytes() const
183
{
Callers
6
determineFileAlignment
Function · 0.80
mainInit
Method · 0.80
testRead
Method · 0.80
trailingEOLTest
Method · 0.80
testLineData
Method · 0.80
testTwoWayDiffLineChanged
Method · 0.80
Calls
1
lineCount
Method · 0.45
Tested by
5
determineFileAlignment
Function · 0.64
testRead
Method · 0.64
trailingEOLTest
Method · 0.64
testLineData
Method · 0.64
testTwoWayDiffLineChanged
Method · 0.64