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