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

Method isLoaded

app/src/MQTT/PublisherScript.cpp:149–152  ·  view source on GitHub ↗

* @brief Returns whether a callable mqtt(frame) function is currently loaded. */

Source from the content-addressed store, hash-verified

147 * @brief Returns whether a callable mqtt(frame) function is currently loaded.
148 */
149bool MQTT::PublisherScript::isLoaded() const noexcept
150{
151 return m_loaded;
152}
153
154/**
155 * @brief Returns the language enum of the currently loaded script.

Callers 2

processDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected