()
| 60 | } |
| 61 | |
| 62 | created () { return new Date(parseInt(this.id.substring(0, 8), 16) * 1000) } |
| 63 | |
| 64 | backupKey () { |
| 65 | if (this.usesVersions) { return this.id } else { return this.id } // + ':' + @attributes.__v # TODO: doesn't work because __v doesn't actually increment. #2061 |
no outgoing calls
no test coverage detected