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

Method clear

kdevplatform/shell/filteredproblemstore.cpp:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void FilteredProblemStore::clear()
244{
245 Q_D(FilteredProblemStore);
246
247 d->m_strategy->clear();
248 ProblemStore::clear();
249}
250
251void FilteredProblemStore::rebuild()
252{

Callers 3

clearMethod · 0.45
clearMethod · 0.45
rebuildMethod · 0.45

Calls 1

clearFunction · 0.70

Tested by

no test coverage detected