Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getLevelURL
Method
getLevelURL
app/views/courses/CourseDetailsView.js:198–200 ·
view source on GitHub ↗
(levelSlug)
Source
from the content-addressed store, hash-verified
196
}
197
198
getLevelURL (levelSlug) {
199
return
`/play/level/${levelSlug}?course=${this.courseID}&course-instance=${this.courseInstanceID}`
200
}
201
202
getOwnerName () {
203
if
(this.owner.isNew()) {
return
}
Callers
1
onClickPlayLevel
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected