(state)
| 27 | state.selectedAdministeredTeacherClassroomId = classroomId |
| 28 | }, |
| 29 | startLoading (state) { |
| 30 | state.loading = true |
| 31 | }, |
| 32 | stopLoading (state) { |
| 33 | state.loading = false |
| 34 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected