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

Method context

kdevplatform/language/duchain/navigation/abstractnavigationwidget.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247NavigationContextPointer AbstractNavigationWidget::context() const
248{
249 Q_D(const AbstractNavigationWidget);
250
251 return d->m_context;
252}
253
254void AbstractNavigationWidget::navigateDeclaration(const IndexedDeclaration& decl)
255{

Callers 10

TestContextMethod · 0.45
pickContextWithDataFunction · 0.45
linkWasActivatedMethod · 0.45
htmlMethod · 0.45
htmlIdentifiedTypeMethod · 0.45
startCollectingMethod · 0.45
updateReadyMethod · 0.45
registerChildMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestContextMethod · 0.36