()
| 121 | getCreationDate () { return new Date(parseInt(this.id.slice(0, 8), 16) * 1000) } |
| 122 | |
| 123 | getNormalizedURL () { return `${this.urlRoot}/${this.id}` } |
| 124 | |
| 125 | getTranslatedName () { |
| 126 | return utils.i18n(this.attributes, 'displayName') || utils.i18n(this.attributes, 'name') |
nothing calls this directly
no outgoing calls
no test coverage detected