MCPcopy 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
77QByteArray DockerRuntime::getenv(const QByteArray& varname) const
78{
79 return m_envs.value(varname);
80}
81
82void DockerRuntime::setEnabled(bool enable)
83{

Callers 1

envsMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by 1

envsMethod · 0.36