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

Function SET_SENT_VALUES

web-src/src/main-app/store/scriptConfig.js:240–242  ·  view source on GitHub ↗
(state, parameterValues)

Source from the content-addressed store, hash-verified

238 },
239
240 SET_SENT_VALUES(state, parameterValues) {
241 state.sentValues = clone(parameterValues)
242 },
243
244 SET_LOADING(state, loading) {
245 state.loading = loading;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected