MCPcopy Index your code
hub / github.com/codecombat/codecombat / isAnonymous

Method isAnonymous

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

Source from the content-addressed store, hash-verified

173 }
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

Callers 15

hasAiJuniorAccessMethod · 0.95
freeOnlyMethod · 0.95
recordMethod · 0.80
utils.jsFile · 0.80
''Method · 0.80
'teachers/signup'Method · 0.80
checkAnnouncementsFunction · 0.80
stripe.jsFile · 0.80
resetWSInfosMethod · 0.80
homePageEventMethod · 0.80
afterRenderMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected