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

Function currentUserId

app/core/store/modules/me.js:17–19  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

15
16 getters: {
17 currentUserId (state) {
18 return state._id
19 },
20
21 isInGodMode (state) {
22 return ((state || {}).permissions || []).indexOf(User.PERMISSIONS.GOD_MODE) > -1 || ((state || {}).permissions || []).indexOf(User.PERMISSIONS.ONLINE_TEACHER) > -1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected