Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
248
ProblemScope 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
257
void ProblemStore::setGrouping(int grouping)
258
{
Callers
5
setScope
Method · 0.45
setPathForDocumentsInPathScope
Method · 0.45
match
Method · 0.45
initTestCase
Method · 0.45
testScope
Method · 0.45
Calls
no outgoing calls
Tested by
2
initTestCase
Method · 0.36
testScope
Method · 0.36