({dispatch})
| 31 | }, |
| 32 | actions: { |
| 33 | init({dispatch}) { |
| 34 | dispatch('auth/init'); |
| 35 | dispatch('serverConfig/init'); |
| 36 | dispatch('scripts/init'); |
| 37 | dispatch('executions/init'); |
| 38 | }, |
| 39 | |
| 40 | resetScript({dispatch, state}) { |
| 41 | const selectedScript = state.scripts.selectedScript |
nothing calls this directly
no outgoing calls
no test coverage detected