MCPcopy Create free account
hub / github.com/bugy/script-server / INIT_NEW_SCRIPT

Function INIT_NEW_SCRIPT

web-src/src/admin/store/script-config-module.js:124–130  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

122 },
123
124 INIT_NEW_SCRIPT(state) {
125 state.scriptName = null;
126 state.scriptConfig = {parameters: []};
127 state.new = true;
128 state.scriptFilename = null;
129 state.error = null;
130 }
131 }
132}
133

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected