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

Function isSmokeTestUser

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

Source from the content-addressed store, hash-verified

119 },
120
121 isSmokeTestUser (state) {
122 return utils.isSmokeTestEmail(state.email)
123 },
124
125 latestCookieConsent (state) {
126 // Get the most recent cookie consent from consentHistory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected