Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ containsLine
Method
containsLine
kdevplatform/vcs/vcsannotation.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
}
164
165
bool VcsAnnotation::containsLine( int lineno ) const
166
{
167
return d->lines.contains( lineno );
168
}
169
170
}
171
Callers
5
testCopyConstructor
Method · 0.80
testAssignOperator
Method · 0.80
data
Method · 0.80
revisionForLine
Method · 0.80
annotationLine
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
2
testCopyConstructor
Method · 0.64
testAssignOperator
Method · 0.64