MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / getRunArguments

Method getRunArguments

src/plugins/linglong/llgenerator.cpp:80–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80RunCommandInfo LLGenerator::getRunArguments(const ProjectInfo &projectInfo, const QString &currentFile)
81{
82 Q_UNUSED(currentFile)
83 RunCommandInfo info;
84 info.program = "ll-builder";
85 info.arguments.append("run");
86 info.workingDir = projectInfo.workspaceFolder();
87 info.runInTerminal = false;
88
89 return info;
90}

Callers 3

runningMethod · 0.45
on_pbtnOK_clickedMethod · 0.45
runBuildingMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected