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

Method constructor

app/views/user/MainUserView.js:43–46  ·  view source on GitHub ↗
(userID, options)

Source from the content-addressed store, hash-verified

41 }
42
43 constructor (userID, options) {
44 super(options)
45 this.loadHeroPoseImage = this.loadHeroPoseImage.bind(this)
46 }
47
48 destroy () {
49 if (typeof this.stopListening === 'function') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected