Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
bool 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
testConnectionIssues
Method · 0.80
testActionValidator
Method · 0.80
testProblemReporting
Method · 0.80
Calls
2
end
Method · 0.80
begin
Method · 0.45
Tested by
3
testConnectionIssues
Method · 0.64
testActionValidator
Method · 0.64
testProblemReporting
Method · 0.64