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

Method hasInteractiveEditorAccess

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

Source from the content-addressed store, hash-verified

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
1490 showGoogleClassroom () { return !(features?.chinaUx != null ? features?.chinaUx : false) && !me.isCodeNinja() }

Callers

nothing calls this directly

Calls 1

isAdminMethod · 0.95

Tested by

no test coverage detected