Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ constructor
Method
constructor
app/views/ladder/LadderView.js:59–62 ·
view source on GitHub ↗
(levelID)
Source
from the content-addressed store, hash-verified
57
}
58
59
constructor (levelID) {
60
super()
61
this.url = `/db/level/${levelID}/my_sessions`
62
}
63
}
64
LevelSessionsCollection.initClass()
65
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected