MCPcopy 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

getDisplayContentTypeMethod · 0.95
buildLevelsListByModuleFunction · 0.80
getLevelsByModulesMethod · 0.80
showVictoryMethod · 0.80
onInfiniteLoopMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected