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