Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
910
void WorkspaceWidgetPrivate::handleFindUsage()
911
{
912
auto tabWidget = currentTabWidget();
913
if (!tabWidget)
914
return;
915
916
tabWidget->findUsage();
917
}
918
919
void WorkspaceWidgetPrivate::handleRenameSymbol()
920
{
Callers
nothing calls this directly
Calls
1
findUsage
Method · 0.45
Tested by
no test coverage detected