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

Method execute

src/common/util/processutil.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <QUrl>
12
13bool ProcessUtil::execute(const QString &program,
14 const QStringList &arguments,
15 ProcessUtil::ReadCallBack func)
16{
17 return ProcessUtil::execute(program, arguments, "", func);
18}
19
20bool ProcessUtil::execute(const QString &program,
21 const QStringList &arguments,

Callers

nothing calls this directly

Calls 9

QProcessClass · 0.85
setProcessEnvironmentMethod · 0.80
readAllMethod · 0.80
setWorkingDirectoryMethod · 0.45
setProgramMethod · 0.45
setArgumentsMethod · 0.45
connectMethod · 0.45
errorStringMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected