Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/collin80/SavvyCAN
/ refreshSourceWindow
Method
refreshSourceWindow
scriptingwindow.cpp:284–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
void ScriptingWindow::refreshSourceWindow()
285
{
286
editor->setPlainText(currentScript->scriptText);
287
}
288
289
void ScriptingWindow::saveScript()
290
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected