MCPcopy Create free account
hub / github.com/codecombat/codecombat / acronym

Method acronym

app/models/Course.js:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 acronym () {
33 return utils.courseAcronyms[this.get('_id')]
34 }
35
36 isCh1Course () {
37 return this.get('_id') === utils.courseIDs.CHAPTER_ONE

Callers 1

getTitleMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected