()
| 173 | } |
| 174 | |
| 175 | isAnonymous () { return this.get('anonymous', true) } |
| 176 | isSmokeTestUser () { return User.isSmokeTestUser(this.attributes) } |
| 177 | isIndividualUser () { return !this.isStudent() && !User.isTeacher(this.attributes) } |
| 178 |
no test coverage detected