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

Method emitUpdateReady

kdevplatform/language/duchain/duchain.cpp:1822–1828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820}
1821
1822void DUChain::emitUpdateReady(const IndexedString& url, const ReferencedTopDUContext& topContext)
1823{
1824 if (sdDUChainPrivate->m_destroyed)
1825 return;
1826
1827 emit updateReady(url, topContext);
1828}
1829
1830KDevelop::ReferencedTopDUContext DUChain::waitForUpdate(const KDevelop::IndexedString& document,
1831 KDevelop::TopDUContext::Features minFeatures, bool proxyContext)

Callers 3

buildDUChainMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected