Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
void CommandExecutor::setEnvironment(const QMap<QString, QString>& env)
85
{
86
Q_D(CommandExecutor);
87
88
d->m_env = env;
89
}
90
91
void CommandExecutor::setEnvironment(const QStringList& env)
92
{
Callers
nothing calls this directly
Calls
3
mid
Method · 0.80
indexOf
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected