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

Method requestScan

core/problemcollector.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void GammaRay::ProblemCollector::requestScan()
40{
41 clearScans();
42
43 for (const auto &checker : std::as_const(m_availableCheckers)) {
44 if (checker.enabled)
45 checker.callback();
46 }
47 emit problemScansFinished();
48}
49
50void ProblemCollector::addProblem(const Problem &problem)
51{

Callers 5

testScansMethod · 0.45
testConnectionIssuesMethod · 0.45
testMetaTypeChecksMethod · 0.45
testActionValidatorMethod · 0.45
testProblemReportingMethod · 0.45

Calls 1

callbackMethod · 0.80

Tested by 5

testScansMethod · 0.36
testConnectionIssuesMethod · 0.36
testMetaTypeChecksMethod · 0.36
testActionValidatorMethod · 0.36
testProblemReportingMethod · 0.36