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

Function isAnonymous

static-mock.js:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 showingStaticPagesWhileLoading () { return true },
17 isStudent () { return false },
18 isAnonymous () { return this.get('anonymous') },
19 hasSubscription () { return false },
20 isTeacher () { return false },
21 isHomeUser () { return true },

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected