MCPcopy 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
123void ConsoleWidget::enterCurrentProjectPath()
124{
125 auto path = d->prjService->getActiveProjectInfo().workspaceFolder();
126 changeDir(path);
127}

Callers

nothing calls this directly

Calls 1

getActiveProjectInfoMethod · 0.45

Tested by

no test coverage detected