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

Method selectPreviousItem

plugins/contextbrowser/contextbrowserview.cpp:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void ContextBrowserView::selectPreviousItem()
320{
321 selectUse(this, PreviousUse);
322}
323
324void ContextBrowserView::setDeclaration(KDevelop::Declaration* decl, KDevelop::TopDUContext* topContext, bool force)
325{

Callers

nothing calls this directly

Calls 1

selectUseFunction · 0.85

Tested by

no test coverage detected