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

Function levelIsPractice

test/app/views/play/CampaignView.spec.coco.js:76–76  ·  view source on GitHub ↗
(level)

Source from the content-addressed store, hash-verified

74 this.campaignView.course = { get (slug) { return 'course1' } }
75 return this.campaignView.campaign = {
76 levelIsPractice (level) { return Boolean(level.practice) },
77 levelIsAssessment (level) { return Boolean(level.assessment) },
78 }
79 })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected