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

Method clear

kdevplatform/shell/watcheddocumentset.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void clear()
136 {
137 m_documents.clear();
138 m_imports.clear();
139 emit m_documentSet->changed();
140 }
141
142private:
143 void getImportsFromDU(TopDUContext* context, QSet<TopDUContext*>& visitedContexts)

Callers 4

updateImportsMethod · 0.45
getImportsFromDUChainMethod · 0.45
reloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected