Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ insertLine
Method
insertLine
kdevplatform/vcs/vcsannotation.cpp:140–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
void VcsAnnotation::insertLine( int lineno, const VcsAnnotationLine& line )
141
{
142
if( lineno < 0 )
143
{
144
return;
145
}
146
d->lines.insert( lineno, line );
147
}
148
149
void VcsAnnotation::setLocation(const QUrl& u)
150
{
Callers
4
setupEditAndCheckPrimaryDocumentAndBreakpoints
Method · 0.80
testCopyConstructor
Method · 0.80
testAssignOperator
Method · 0.80
addLines
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
3
setupEditAndCheckPrimaryDocumentAndBreakpoints
Method · 0.64
testCopyConstructor
Method · 0.64
testAssignOperator
Method · 0.64