(state)
| 48 | }, |
| 49 | |
| 50 | currentEditingStudent (state) { |
| 51 | return state.editingStudent |
| 52 | }, |
| 53 | |
| 54 | getShowingTooltipOfThisOriginal (state) { |
| 55 | return state.showingTooltipOfThisOriginal |
nothing calls this directly
no outgoing calls
no test coverage detected