MCPcopy 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
165bool VcsAnnotation::containsLine( int lineno ) const
166{
167 return d->lines.contains( lineno );
168}
169
170}
171

Callers 5

testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
dataMethod · 0.80
revisionForLineMethod · 0.80
annotationLineMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by 2

testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64