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

Method destroy

app/views/user/MainUserView.js:48–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 destroy () {
49 if (typeof this.stopListening === 'function') {
50 this.stopListening()
51 }
52 return super.destroy()
53 }
54
55 loadHeroPoseImage () {
56 return this.user.getHeroPoseImage().then(result => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected