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

Method contains

kdevplatform/util/tests/test_embeddedfreetree.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 bool contains(uint item)
157 {
158 KDevelop::EmbeddedTreeAlgorithms<TestItem, TestItemHandler> alg(data.data(), data.size(), m_centralFree);
159 return alg.indexOf(TestItem(item)) != -1;
160 }
161
162 void remove(uint i)
163 {

Callers 7

addMethod · 0.45
removeMethod · 0.45
generateDataFunction · 0.45
test_path.cppFile · 0.45
mixedMethod · 0.45
addSubjobMethod · 0.45
killingSubjobFailsMethod · 0.45

Calls 4

TestItemClass · 0.70
dataMethod · 0.45
sizeMethod · 0.45
indexOfMethod · 0.45

Tested by

no test coverage detected