MCPcopy Create free account
hub / github.com/KDE/kdevelop / lineCount

Method lineCount

kdevplatform/vcs/vcsannotation.cpp:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135int VcsAnnotation::lineCount() const
136{
137 return d->lines.count();
138}
139
140void VcsAnnotation::insertLine( int lineno, const VcsAnnotationLine& line )
141{

Callers 2

testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80

Calls 1

countMethod · 0.45

Tested by 2

testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64