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

Method findExecutable

kdevplatform/shell/runtimecontroller.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 KDevelop::Path pathInHost(const KDevelop::Path & runtimePath) const override { return runtimePath; }
38 KDevelop::Path pathInRuntime(const KDevelop::Path & localPath) const override { return localPath; }
39 QString findExecutable(const QString& executableName) const override
40 {
41 return QStandardPaths::findExecutable(executableName);
42 }
43 void setEnabled(bool /*enabled*/) override {}
44 QByteArray getenv(const QByteArray & varname) const override { return qgetenv(varname.constData()); }
45 KDevelop::Path buildPath() const override { return {}; }

Callers

nothing calls this directly

Calls 1

findExecutableFunction · 0.50

Tested by

no test coverage detected