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

Method controlScriptCode

app/src/DataModel/ProjectModel.cpp:2179–2182  ·  view source on GitHub ↗

* @brief Returns the project setup()/loop() control script source. */

Source from the content-addressed store, hash-verified

2177 * @brief Returns the project setup()/loop() control script source.
2178 */
2179QString DataModel::ProjectModel::controlScriptCode() const
2180{
2181 return m_controlScriptCode;
2182}
2183
2184/**
2185 * @brief Stages a new control script and pushes it to the live runtime.

Callers 2

getScriptMethod · 0.80
readCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected