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

Method constructor

test/app/views/core/CocoView.spec.js:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 constructor () {
18 super()
19 this.user1 = new User({_id: _.uniqueId()});
20 this.supermodel.loadModel(this.user1);
21 this.user2 = new User({ _id: _.uniqueId() })
22 this.supermodel.loadModel(this.user2)
23 }
24
25 onResourceLoadFailed(e) {
26 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected