Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecombat/codecombat
/ hasCinematicEditorAccess
Method
hasCinematicEditorAccess
app/models/User.js:1485–1485 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1483
1484
// Ozaria flags
1485
hasCinematicEditorAccess () {
return
this.isAdmin() }
1486
hasCutsceneEditorAccess () {
return
this.isAdmin() }
1487
hasInteractiveEditorAccess () {
return
this.isAdmin() }
1488
Callers
nothing calls this directly
Calls
1
isAdmin
Method · 0.95
Tested by
no test coverage detected