MCPcopy Create free account
hub / github.com/codecombat/codecombat / getCreationDate

Method getCreationDate

app/models/CocoModel.js:121–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 }
120
121 getCreationDate () { return new Date(parseInt(this.id.slice(0, 8), 16) * 1000) }
122
123 getNormalizedURL () { return `${this.urlRoot}/${this.id}` }
124

Callers 1

onEverythingLoadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected