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

Method updateReady

kdevplatform/util/duchainify/main.cpp:142–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void Manager::updateReady(const IndexedString& url, const ReferencedTopDUContext& topContext)
143{
144 qDebug() << "finished" << url.toUrl().toLocalFile() << "success: " << ( bool )topContext;
145
146 std::cerr << "processed " << m_total - (m_waiting.size() - 1) << " out of " << m_total << "\n";
147 dump(topContext);
148
149 m_waiting.remove(url.toUrl());
150 finishIfDone();
151}
152
153void Manager::dump(const ReferencedTopDUContext& topContext)
154{

Callers

nothing calls this directly

Calls 4

toLocalFileMethod · 0.80
toUrlMethod · 0.45
sizeMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected