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

Method scope

kdevplatform/shell/problemstore.cpp:248–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248ProblemScope ProblemStore::scope() const
249{
250 Q_D(const ProblemStore);
251
252 Q_ASSERT(d->m_documents);
253
254 return d->m_documents->scope();
255}
256
257void ProblemStore::setGrouping(int grouping)
258{

Callers 5

setScopeMethod · 0.45
matchMethod · 0.45
initTestCaseMethod · 0.45
testScopeMethod · 0.45

Calls

no outgoing calls

Tested by 2

initTestCaseMethod · 0.36
testScopeMethod · 0.36