()
| 119 | } |
| 120 | |
| 121 | isAdmin () { |
| 122 | const needle = this.constructor.PERMISSIONS.COCO_ADMIN |
| 123 | return this.get('permissions', true).includes(needle) |
| 124 | } |
| 125 | |
| 126 | isLicensor () { |
| 127 | const needle = this.constructor.PERMISSIONS.LICENSOR |
no test coverage detected