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

Method scriptCode

app/src/MQTT/Publisher.cpp:1052–1055  ·  view source on GitHub ↗

* @brief Returns the user script used in ScriptDriven mode. */

Source from the content-addressed store, hash-verified

1050 * @brief Returns the user script used in ScriptDriven mode.
1051 */
1052QString MQTT::Publisher::scriptCode() const
1053{
1054 return m_scriptCode;
1055}
1056
1057/**
1058 * @brief Returns the per-script override topic (empty == use topicBase).

Callers 1

openMqttScriptEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected