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

Method initialize

app/models/Campaign.js:31–35  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

29 }
30
31 initialize (options) {
32 if (options == null) { options = {} }
33 this.forceCourseNumbering = options.forceCourseNumbering
34 return super.initialize(...arguments)
35 }
36
37 static getLevels (campaign) {
38 let { levels } = campaign

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected