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

Method pipePath

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

* @brief Returns the configured named pipe / FIFO path. */

Source from the content-addressed store, hash-verified

273 * @brief Returns the configured named pipe / FIFO path.
274 */
275QString IO::Drivers::Process::pipePath() const
276{
277 return m_pipePath;
278}
279
280/**
281 * @brief Returns the snapshot of running processes populated by refreshProcessList().

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected