MCPcopy Index your code
hub / github.com/codecombat/codecombat / onLoaded

Method onLoaded

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

Source from the content-addressed store, hash-verified

112 }
113
114 onLoaded () {
115 this.loaded = true
116 this.loading = false
117 this.jqxhr = null
118 return this.loadFromBackup()
119 }
120
121 getCreationDate () { return new Date(parseInt(this.id.slice(0, 8), 16) * 1000) }
122

Callers 3

initFunction · 0.45

Calls 1

loadFromBackupMethod · 0.95

Tested by

no test coverage detected