MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / command

Method command

MiniZincIDE/process.cpp:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470QString MznProcess::command() const
471{
472 return p.program() + " " + p.arguments().join(" ");
473}
474
475void MznProcess::processOutput()
476{

Callers 3

compileMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected