MCPcopy 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
194WatchedDocumentSet* ProblemStore::documents() const
195{
196 Q_D(const ProblemStore);
197
198 return d->m_documents;
199}
200
201void ProblemStore::setScope(ProblemScope scope)
202{

Callers 5

getMethod · 0.45
matchMethod · 0.45
forceFullUpdateMethod · 0.45
problemsUpdatedMethod · 0.45
rebuildProblemListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected