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

Method setEnvironment

src/executor.cpp:320–322  ·  view source on GitHub ↗

* @brief Executor::setEnvironment set environment variables * for executor processes * @param env */

Source from the content-addressed store, hash-verified

318 * @param env
319 */
320void Executor::setEnvironment(const QStringList &env) {
321 m_process.setEnvironment(env);
322}
323
324auto Executor::environment() const -> QStringList {
325 return m_process.environment();

Callers 1

updateEnvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected