Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isCapstone
Method
isCapstone
app/models/Level.js:641–641 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
639
isAssessment () {
return
Boolean(this.get(
'assessment'
)) }
640
641
isCapstone () {
return
this.get(
'ozariaType'
) ===
'capstone'
}
642
643
isChallenge () {
return
this.get(
'ozariaType'
) ===
'challenge'
}
644
Callers
5
getDisplayContentType
Method · 0.95
buildLevelsListByModule
Function · 0.80
getLevelsByModules
Method · 0.80
showVictory
Method · 0.80
onInfiniteLoop
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected