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

Method findConsole

src/plugins/console/consolemanager.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183QTermWidget *ConsoleManager::findConsole(const QString &id)
184{
185 return d->consoleMap.value(id, nullptr);
186}
187
188QTermWidget *ConsoleManager::createConsole(const QString &name, bool startNow, bool rename)
189{

Callers 2

removeConsoleMethod · 0.80
switchConsoleMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected