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

Function checkNodeLabel

kdevplatform/shell/tests/test_filteredproblemstore.cpp:284–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284bool checkNodeLabel(const ProblemStoreNode *node, const QString &label)
285{
286 const auto *parent = dynamic_cast<const LabelNode*>(node);
287
288 MYVERIFY(parent);
289 MYCOMPARE(parent->label(), label);
290
291 return true;
292}
293
294bool checkNodeDescription(const ProblemStoreNode *node, const QString &descr)
295{

Callers 2

testPathGroupingMethod · 0.85
checkNodeLabelsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected