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

Method process

app/src/IO/ConnectionManager.cpp:416–419  ·  view source on GitHub ↗

* @brief Returns the UI-config Process driver instance. */

Source from the content-addressed store, hash-verified

414 * @brief Returns the UI-config Process driver instance.
415 */
416IO::Drivers::Process* IO::ConnectionManager::process() const noexcept
417{
418 return m_processUi.get();
419}
420
421/**
422 * @brief Returns the UI-config USB driver instance.

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected