Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ isPremium
Function
isPremium
app/core/store/modules/me.js:152–154 ·
view source on GitHub ↗
(state, getters)
Source
from the content-addressed store, hash-verified
150
},
151
152
isPremium (state, getters) {
153
return
getters.isAdmin || getters.hasSubscription || getters.isInGodMode
154
},
155
},
156
157
mutations: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected