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

Function problemModelSet

plugins/cppcheck/problemmodel.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21{
22
23inline KDevelop::ProblemModelSet* problemModelSet()
24{
25 return KDevelop::ICore::self()->languageController()->problemModelSet();
26}
27
28namespace Strings {
29QString problemModelId() { return QStringLiteral("Cppcheck"); }

Callers 3

ProblemModelMethod · 0.85
~ProblemModelMethod · 0.85
showMethod · 0.85

Calls 2

problemModelSetMethod · 0.80
languageControllerMethod · 0.80

Tested by

no test coverage detected