MCPcopy Create free account
hub / github.com/KDE/kdevelop / setEnvironment

Method setEnvironment

kdevplatform/util/commandexecutor.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void CommandExecutor::setEnvironment(const QMap<QString, QString>& env)
85{
86 Q_D(CommandExecutor);
87
88 d->m_env = env;
89}
90
91void CommandExecutor::setEnvironment(const QStringList& env)
92{

Callers

nothing calls this directly

Calls 3

midMethod · 0.80
indexOfMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected