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

Method grouping

kdevplatform/shell/filteredproblemstore.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290int FilteredProblemStore::grouping() const
291{
292 Q_D(const FilteredProblemStore);
293
294 return d->m_grouping;
295}
296
297bool FilteredProblemStorePrivate::match(const IProblem::Ptr &problem) const
298{

Callers 1

testGroupingMethod · 0.80

Calls

no outgoing calls

Tested by 1

testGroupingMethod · 0.64