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

Method constructor

app/views/user/MainUserView.js:26–29  ·  view source on GitHub ↗
(userID)

Source from the content-addressed store, hash-verified

24 }
25
26 constructor (userID) {
27 super()
28 this.url = `/db/user/${userID}/level.sessions?project=state.complete,levelID,levelName,changed,team,codeLanguage,submittedCodeLanguage,totalScore&order=-1`
29 }
30}
31LevelSessionsCollection.initClass()
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected