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

Method findUses

plugins/contextbrowser/contextbrowser.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void ContextBrowserPlugin::findUses()
394{
395 showUses(cursorDeclaration());
396}
397
398ContextBrowserHintProvider::ContextBrowserHintProvider(ContextBrowserPlugin* plugin)
399 : m_plugin(plugin)

Callers

nothing calls this directly

Calls 1

cursorDeclarationFunction · 0.70

Tested by

no test coverage detected