MCPcopy Create free account
hub / github.com/Artikash/Textractor / LoadScript

Method LoadScript

extensions/lua.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66private:
67 void LoadScript()
68 {
69 revCount += 1;
70 script->assign(scriptEditor.toPlainText().toUtf8());
71 Save();
72 }
73
74 void Save()
75 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected