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

Method paths

plugins/docker/tests/test_docker.cpp:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void paths() {
75 auto rt = ICore::self()->runtimeController()->currentRuntime();
76 QVERIFY(rt);
77
78 const Path root("/");
79 const Path hostDir = rt->pathInHost(root);
80 QCOMPARE(root, rt->pathInRuntime(hostDir));
81 }
82
83 void projectPath() {
84 auto rt = ICore::self()->runtimeController()->currentRuntime();

Callers

nothing calls this directly

Calls 4

currentRuntimeMethod · 0.80
runtimeControllerMethod · 0.80
pathInHostMethod · 0.45
pathInRuntimeMethod · 0.45

Tested by

no test coverage detected