MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / recompileScript

Method recompileScript

scriptingwindow.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void ScriptingWindow::recompileScript()
348{
349 currentScript->scriptText = editor->toPlainText();
350 currentScript->compileScript();
351}
352
353void ScriptingWindow::clickedLogClear()
354{

Callers

nothing calls this directly

Calls 1

compileScriptMethod · 0.80

Tested by

no test coverage detected