Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ enterCurrentProjectPath
Method
enterCurrentProjectPath
src/plugins/console/consolewidget.cpp:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void ConsoleWidget::enterCurrentProjectPath()
124
{
125
auto path = d->prjService->getActiveProjectInfo().workspaceFolder();
126
changeDir(path);
127
}
Callers
nothing calls this directly
Calls
1
getActiveProjectInfo
Method · 0.45
Tested by
no test coverage detected