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

Function SET_CONFIG

web-src/src/main-app/store/scriptExecutor.js:134–137  ·  view source on GitHub ↗
(state, {scriptName, parameterValues})

Source from the content-addressed store, hash-verified

132
133 mutations: {
134 SET_CONFIG(state, {scriptName, parameterValues}) {
135 state.parameterValues = parameterValues;
136 state.scriptName = scriptName;
137 },
138
139 SET_LOG(state, log) {
140 if (!log) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected