()
| 288 | isHomeUser () { return (!this.get('role')) || this.isParentHome() } |
| 289 | |
| 290 | isParentHome () { return this.get('role') === 'parent-home' } |
| 291 | |
| 292 | hasNoVerifiedChild () { return !(_.find((this.get('related') || []), c => (c.relation === 'children') && c.verified)) } |
| 293 |
no test coverage detected