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

Method sendCommand

src/plugins/console/consolemanager.cpp:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void ConsoleManager::sendCommand(const QString &text)
205{
206 if (!currentConsole())
207 d->createDefaultConsole();
208
209 currentConsole()->sendText(text);
210}
211
212void ConsoleManager::executeCommand(const QString &name, const QString &program, const QStringList &args, const QString &workingDir, const QStringList &env)
213{

Callers 3

installToolMethod · 0.80
installRRFunction · 0.80
actionOpenInTerminalMethod · 0.80

Calls 2

createDefaultConsoleMethod · 0.80
sendTextMethod · 0.45

Tested by

no test coverage detected