(state)
| 30 | |
| 31 | mutations: { |
| 32 | toggleInteractiveLoading (state) { |
| 33 | state.loading.interactive = !state.loading.interactive |
| 34 | }, |
| 35 | |
| 36 | toggleInteractiveSessionLoading (state) { |
| 37 | state.loading.session = !state.loading.session |
nothing calls this directly
no outgoing calls
no test coverage detected