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

Function createExecuteJob

plugins/flatpak/flatpakruntime.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83OutputExecuteJob* createExecuteJob(const QStringList& program, const QString& jobName,
84 const QString& runOutputTabTitle = {})
85{
86 auto* const process = new FlatpakJob(jobName, runOutputTabTitle);
87 process->setExecuteOnHost(true);
88 *process << program;
89 return process;
90}
91
92} // unnamed namespace
93

Callers 3

createBuildDirectoryMethod · 0.85
exportBundleMethod · 0.85
executeOnDeviceMethod · 0.85

Calls 1

setExecuteOnHostMethod · 0.80

Tested by

no test coverage detected