Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTitle
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected