(state, config)
| 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: { |
nothing calls this directly
no outgoing calls
no test coverage detected