(state)
| 84 | }, |
| 85 | |
| 86 | currentInteractiveSession (state) { |
| 87 | return state.interactiveSession |
| 88 | }, |
| 89 | |
| 90 | correctSubmissionFromSession (state, getters) { |
| 91 | const currentInteractiveSession = getters.currentInteractiveSession |
nothing calls this directly
no outgoing calls
no test coverage detected