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

Method constructor

app/views/play/CampaignView.js:71–74  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

69 }
70
71 constructor (model) {
72 super()
73 this.url = `/db/user/${me.id}/level.sessions?project=state.complete,levelID,state.difficulty,playtime,state.topScores,codeLanguage,level`
74 }
75}
76LevelSessionsCollection.initClass()
77

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected