()
| 17 | isStudent () { return false }, |
| 18 | isAnonymous () { return this.get('anonymous') }, |
| 19 | hasSubscription () { return false }, |
| 20 | isTeacher () { return false }, |
| 21 | isHomeUser () { return true }, |
| 22 | isAdmin () { return false }, |
nothing calls this directly
no outgoing calls
no test coverage detected