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

Method workingDir

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

* @brief Returns the working directory for Launch mode. */

Source from the content-addressed store, hash-verified

265 * @brief Returns the working directory for Launch mode.
266 */
267QString IO::Drivers::Process::workingDir() const
268{
269 return m_workingDir;
270}
271
272/**
273 * @brief Returns the configured named pipe / FIFO path.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected