Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ documents
Method
documents
kdevplatform/shell/problemstore.cpp:194–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
WatchedDocumentSet* ProblemStore::documents() const
195
{
196
Q_D(const ProblemStore);
197
198
return d->m_documents;
199
}
200
201
void ProblemStore::setScope(ProblemScope scope)
202
{
Callers
5
get
Method · 0.45
match
Method · 0.45
forceFullUpdate
Method · 0.45
problemsUpdated
Method · 0.45
rebuildProblemList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected