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