MCPcopy Index your code
hub / github.com/bugy/script-server / dispatchInitFromParameters

Function dispatchInitFromParameters

web-src/tests/unit/scriptSetup_test.js:203–208  ·  view source on GitHub ↗
(scriptName, parameters)

Source from the content-addressed store, hash-verified

201 })
202
203 function dispatchInitFromParameters(scriptName, parameters) {
204 store.dispatch('scriptSetup/initFromParameters', {
205 scriptConfig: {name: scriptName, clientModelId: store.state.scriptConfig.lastClientModelId},
206 parameters
207 });
208 }
209
210})

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected