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

Function include

app/core/blocklyUtils.js:517–523  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

515 type: 'function'
516 },
517 include () {
518 const slug = level?.get('slug')
519 if (!slug) {
520 return true
521 }
522 return !superBasicLevels.includes(slug) && (slug === 'wakka-maul' || !level.isLadder()) && level?.get('product') !== 'codecombat-junior'
523 },
524 propNames,
525 }),
526 createBlock({

Callers

nothing calls this directly

Calls 2

isLadderMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected