MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / arguments

Method arguments

app/src/IO/Drivers/Process.cpp:259–262  ·  view source on GitHub ↗

* @brief Returns the configured command-line arguments. */

Source from the content-addressed store, hash-verified

257 * @brief Returns the configured command-line arguments.
258 */
259QString IO::Drivers::Process::arguments() const
260{
261 return m_arguments;
262}
263
264/**
265 * @brief Returns the working directory for Launch mode.

Callers 3

mainFunction · 0.80
runningProcessesMethod · 0.80
getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64