()
| 205 | |
| 206 | displayName () { return this.get('name', true) } |
| 207 | broadName () { return User.broadName(this.attributes) } |
| 208 | |
| 209 | inEU (defaultIfUnknown = true) { if (!this.get('country')) { return defaultIfUnknown } else { return utils.inEU(this.get('country')) } } |
| 210 | addressesIncludeAdministrativeRegion (defaultIfUnknown = true) { if (!this.get('country')) { return defaultIfUnknown } else { return utils.addressesIncludeAdministrativeRegion(this.get('country')) } } |
no outgoing calls
no test coverage detected