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

Function SET_CONFIG

web-src/src/main-app/store/serverConfig.js:13–17  ·  view source on GitHub ↗
(state, config)

Source from the content-addressed store, hash-verified

11
12 mutations: {
13 SET_CONFIG(state, config) {
14 state.serverName = config.title;
15 state.version = config.version;
16 state.enableScriptTitles = config.enableScriptTitles;
17 }
18 },
19
20 actions: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected