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

Method findNode

kdevplatform/shell/problemstore.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112const ProblemStoreNode* ProblemStore::findNode(int row, ProblemStoreNode *parent) const
113{
114 Q_D(const ProblemStore);
115
116 Q_UNUSED(parent);
117 return d->m_rootNode->child(row);
118}
119
120int ProblemStore::count(ProblemStoreNode *parent) const
121{

Callers 7

indexMethod · 0.45
testFindNodeMethod · 0.45
testNoGroupingMethod · 0.45
testPathGroupingMethod · 0.45
testSeverityGroupingMethod · 0.45
checkCountsMethod · 0.45
checkNodeLabelsMethod · 0.45

Calls 1

childMethod · 0.45

Tested by 6

testFindNodeMethod · 0.36
testNoGroupingMethod · 0.36
testPathGroupingMethod · 0.36
testSeverityGroupingMethod · 0.36
checkCountsMethod · 0.36
checkNodeLabelsMethod · 0.36