MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / handleFindUsage

Method handleFindUsage

src/plugins/codeeditor/gui/workspacewidget.cpp:910–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910void WorkspaceWidgetPrivate::handleFindUsage()
911{
912 auto tabWidget = currentTabWidget();
913 if (!tabWidget)
914 return;
915
916 tabWidget->findUsage();
917}
918
919void WorkspaceWidgetPrivate::handleRenameSymbol()
920{

Callers

nothing calls this directly

Calls 1

findUsageMethod · 0.45

Tested by

no test coverage detected