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

Method isChallenge

app/models/Level.js:643–643  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

641 isCapstone () { return this.get('ozariaType') === 'capstone' }
642
643 isChallenge () { return this.get('ozariaType') === 'challenge' }
644
645 getDisplayContentType () {
646 if (this.isCapstone()) { return 'capstone' }

Callers 1

getDisplayContentTypeMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected