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

Method addProblem

kdevplatform/shell/filteredproblemstore.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void addProblem(const IProblem::Ptr &problem) override
94 {
95 auto *node = new ProblemNode(m_groupedRootNode.data(), problem);
96 addDiagnostics(node, problem->diagnostics());
97 m_groupedRootNode->addChild(node);
98
99 }
100
101};
102

Callers

nothing calls this directly

Calls 4

addDiagnosticsFunction · 0.85
addChildMethod · 0.80
dataMethod · 0.45
diagnosticsMethod · 0.45

Tested by

no test coverage detected