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

Function SET_SCRIPTS

web-src/src/main-app/store/scripts.js:72–74  ·  view source on GitHub ↗
(state, scripts)

Source from the content-addressed store, hash-verified

70
71 mutations: {
72 SET_SCRIPTS(state, scripts) {
73 state.scripts = scripts
74 },
75
76 SELECT_SCRIPT(state, {selectedScript, predefinedParameters}) {
77 state.selectedScript = selectedScript;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected