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

Function isAnonymous

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

Source from the content-addressed store, hash-verified

23 },
24
25 isAnonymous (state) { return state.anonymous === true },
26
27 isStudent (state) {
28 return (state || {}).role === 'student'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected