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

Method isProject

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

Source from the content-addressed store, hash-verified

494 static isLadder (level) { return (level.type != null ? level.type.indexOf('ladder') : undefined) > -1 }
495
496 isProject () { return Level.isProject(this.attributes) }
497
498 isType (...types) {
499 return Array.from(types).includes(this.get('type', true))

Callers 9

constructorMethod · 0.80
loadViewsMethod · 0.80
onViewContinueMethod · 0.80
initializeMethod · 0.80
getProjectLevelMethod · 0.80
constructorMethod · 0.80
loadViewsMethod · 0.80
onViewContinueMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected