* @brief Loads the current script into the live engine; true when the test dialog may open. */
| 553 | * @brief Loads the current script into the live engine; true when the test dialog may open. |
| 554 | */ |
| 555 | bool DataModel::JsCodeEditor::prepareParserTest() |
| 556 | { |
| 557 | auto& parser = DataModel::FrameParser::instance(); |
| 558 | return parser.loadScript(m_sourceId, text(), true); |
| 559 | } |
| 560 | |
| 561 | /** |
| 562 | * @brief Reloads the default template. |
nothing calls this directly
no test coverage detected