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

Method mqtt

app/src/IO/ConnectionManager.cpp:432–435  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

430 * @brief Returns the UI-config MQTT input driver instance.
431 */
432IO::Drivers::MQTT* IO::ConnectionManager::mqtt() const noexcept
433{
434 return m_mqttUi.get();
435}
436#endif
437
438/**

Callers 2

subscriberFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected