(state, { studentId })
| 73 | }, |
| 74 | |
| 75 | removeCheckedStudent (state, { studentId }) { |
| 76 | Vue.delete(state.selectedStudents, studentId) |
| 77 | }, |
| 78 | |
| 79 | clearSelectedStudents (state) { |
| 80 | state.selectedStudents = {} |
nothing calls this directly
no outgoing calls
no test coverage detected