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

Method emitDeclarationSelected

kdevplatform/language/duchain/duchain.cpp:1814–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812}
1813
1814void DUChain::emitDeclarationSelected(const DeclarationPointer& decl)
1815{
1816 if (sdDUChainPrivate->m_destroyed)
1817 return;
1818
1819 emit declarationSelected(decl);
1820}
1821
1822void DUChain::emitUpdateReady(const IndexedString& url, const ReferencedTopDUContext& topContext)
1823{

Callers 1

dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected