Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
int VcsAnnotation::lineCount() const
136
{
137
return d->lines.count();
138
}
139
140
void VcsAnnotation::insertLine( int lineno, const VcsAnnotationLine& line )
141
{
Callers
2
testCopyConstructor
Method · 0.80
testAssignOperator
Method · 0.80
Calls
1
count
Method · 0.45
Tested by
2
testCopyConstructor
Method · 0.64
testAssignOperator
Method · 0.64