MCPcopy Index your code
hub / github.com/codecombat/codecombat / isType

Method isType

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

Source from the content-addressed store, hash-verified

496 isProject () { return Level.isProject(this.attributes) }
497
498 isType (...types) {
499 return Array.from(types).includes(this.get('type', true))
500 }
501
502 getSolutions () {
503 const plan = this.getProgrammablePlan()

Callers 15

serializeMethod · 0.95
denormalizeMethod · 0.95
denormalizeThangMethod · 0.95
buildSessionStatsMethod · 0.80
buildTreemaMethod · 0.80
completeFunction · 0.80
afterRenderMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected