MCPcopy Create free account
hub / github.com/KDAB/GammaRay / isCheckerRegistered

Method isCheckerRegistered

core/problemcollector.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool ProblemCollector::isCheckerRegistered(const QString &id) const
115{
116 return std::any_of(m_availableCheckers.begin(), m_availableCheckers.end(),
117 [&id](const Checker &c) { return c.id == id; });
118}

Callers 3

testConnectionIssuesMethod · 0.80
testActionValidatorMethod · 0.80
testProblemReportingMethod · 0.80

Calls 2

endMethod · 0.80
beginMethod · 0.45

Tested by 3

testConnectionIssuesMethod · 0.64
testActionValidatorMethod · 0.64
testProblemReportingMethod · 0.64