Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isCh1Course
Method
isCh1Course
app/models/Course.js:36–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
isCh1Course () {
37
return
this.get(
'_id'
) === utils.courseIDs.CHAPTER_ONE
38
}
39
}
40
Course.initClass()
41
return
Course
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected