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

Function findExecutable

plugins/heaptrack/utils.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace Heaptrack
16{
17 QString findExecutable(const QString& fallbackExecutablePath)
18 {
19 QString executablePath = QStandardPaths::findExecutable(fallbackExecutablePath);
20 return executablePath.isEmpty() ? fallbackExecutablePath : executablePath;
21 }
22
23 QWidget* activeMainWindow()
24 {

Callers 15

findExecutableMethod · 0.50
mainFunction · 0.50
BazaarPluginMethod · 0.50
initTestCaseMethod · 0.50
initTestCaseMethod · 0.50
startInitTestCaseMethod · 0.50
testAttachMethod · 0.50
GitPluginMethod · 0.50
initTestCaseMethod · 0.50
findMesonMethod · 0.50
findExecutableMethod · 0.50
executableMethod · 0.50

Calls 1

isEmptyMethod · 0.45

Tested by 10

initTestCaseMethod · 0.40
initTestCaseMethod · 0.40
startInitTestCaseMethod · 0.40
testAttachMethod · 0.40
initTestCaseMethod · 0.40
initTestCaseMethod · 0.40
initTestCaseMethod · 0.40
testAttachMethod · 0.40
testManualAttachMethod · 0.40
testRemoteDebugMethod · 0.40