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

Method constructor

app/views/play/menu/MyCodeView.js:39–44  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

37 }
38
39 constructor (options) {
40 super(options)
41 this.wsBus = globalVar.application.wsBus
42 this.teaching = utils.getQueryVariable('teaching')
43 this.askAiBot = options.classroomAceConfig?.levelChat !== 'none'
44 }
45
46 getRenderData (c) {
47 c = c || {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected