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

Function SET_VALUES

web-src/src/main-app/store/scriptSetup.js:128–130  ·  view source on GitHub ↗
(state, values)

Source from the content-addressed store, hash-verified

126 },
127 mutations: {
128 SET_VALUES(state, values) {
129 state.parameterValues = clone(values)
130 },
131 SET_FORCED_VALUE_PARAMETERS(state, parameterNames) {
132 state.forcedValueParameters = clone(parameterNames)
133 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected