MCPcopy 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

getMethod · 0.45

Tested by

no test coverage detected