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

Method isSmokeTestUser

app/models/User.js:176–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174
175 isAnonymous () { return this.get('anonymous', true) }
176 isSmokeTestUser () { return User.isSmokeTestUser(this.attributes) }
177 isIndividualUser () { return !this.isStudent() && !User.isTeacher(this.attributes) }
178
179 isNewDashboardActive () {

Callers 4

onSubmitFormMethod · 0.80
createAccountFunction · 0.80
updateAccountFunction · 0.80
createAccountFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected