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

Method hasCutsceneEditorAccess

app/models/User.js:1486–1486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1484 // Ozaria flags
1485 hasCinematicEditorAccess () { return this.isAdmin() }
1486 hasCutsceneEditorAccess () { return this.isAdmin() }
1487 hasInteractiveEditorAccess () { return this.isAdmin() }
1488
1489 // google classroom flags for new teacher dashboard, remove `useGoogleClassroom` when old dashboard disabled

Callers

nothing calls this directly

Calls 1

isAdminMethod · 0.95

Tested by

no test coverage detected