Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ firstLevelURL
Method
firstLevelURL
app/models/CourseInstance.js:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
firstLevelURL () {
86
return
`/play/level/dungeons-of-kithgard?course=${this.get(
'courseID'
)}&course-instance=${this.id}`
87
}
88
89
hasMember (userID, opts) {
90
const
userId = userID.id || userID
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected