()
| 292 | hasNoVerifiedChild () { return !(_.find((this.get('related') || []), c => (c.relation === 'children') && c.verified)) } |
| 293 | |
| 294 | isRegisteredHomeUser () { return this.isHomeUser() && !this.get('anonymous') } |
| 295 | |
| 296 | isStudent () { return this.get('role') === 'student' } |
| 297 |
nothing calls this directly
no test coverage detected