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

Function showingStaticPagesWhileLoading

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

Source from the content-addressed store, hash-verified

14
15exports.me = {
16 showingStaticPagesWhileLoading () { return true },
17 isStudent () { return false },
18 isAnonymous () { return this.get('anonymous') },
19 hasSubscription () { return false },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected