(state)
| 15 | |
| 16 | getters: { |
| 17 | currentUserId (state) { |
| 18 | return state._id |
| 19 | }, |
| 20 | |
| 21 | isInGodMode (state) { |
| 22 | return ((state || {}).permissions || []).indexOf(User.PERMISSIONS.GOD_MODE) > -1 || ((state || {}).permissions || []).indexOf(User.PERMISSIONS.ONLINE_TEACHER) > -1 |
nothing calls this directly
no outgoing calls
no test coverage detected