MCPcopy Create free account
hub / github.com/IJHack/QtPass / executeWrapper

Method executeWrapper

src/pass.cpp:96–100  ·  view source on GitHub ↗

* @brief Executes a wrapper command. * @param id Process ID * @param app Application to execute * @param args Arguments * @param readStdout Whether to read stdout * @param readStderr Whether to read stderr */

Source from the content-addressed store, hash-verified

94 * @param readStderr Whether to read stderr
95 */
96void Pass::executeWrapper(PROCESS id, const QString &app,
97 const QStringList &args, bool readStdout,
98 bool readStderr) {
99 executeWrapper(id, app, args, QString(), readStdout, readStderr);
100}
101
102void Pass::executeWrapper(PROCESS id, const QString &app,
103 const QStringList &args, QString input,

Callers

nothing calls this directly

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected