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

Method envs

plugins/docker/tests/test_docker.cpp:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 void envs() {
110 auto rt = ICore::self()->runtimeController()->currentRuntime();
111 QVERIFY(rt);
112
113 QCOMPARE(rt->getenv("PATH"), QByteArray("/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"));
114 }
115
116 void runProcess() {
117 auto rt = ICore::self()->runtimeController()->currentRuntime();

Callers

nothing calls this directly

Calls 4

currentRuntimeMethod · 0.80
runtimeControllerMethod · 0.80
QByteArrayClass · 0.50
getenvMethod · 0.45

Tested by

no test coverage detected