Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ getenv
Method
getenv
plugins/docker/dockerruntime.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
QByteArray DockerRuntime::getenv(const QByteArray& varname) const
78
{
79
return m_envs.value(varname);
80
}
81
82
void DockerRuntime::setEnabled(bool enable)
83
{
Callers
1
envs
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
1
envs
Method · 0.36