(state)
| 19 | }, |
| 20 | |
| 21 | isInGodMode (state) { |
| 22 | return ((state || {}).permissions || []).indexOf(User.PERMISSIONS.GOD_MODE) > -1 || ((state || {}).permissions || []).indexOf(User.PERMISSIONS.ONLINE_TEACHER) > -1 |
| 23 | }, |
| 24 | |
| 25 | isAnonymous (state) { return state.anonymous === true }, |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected