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

Method isIndividualUser

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

Source from the content-addressed store, hash-verified

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 () {
180 const features = {

Callers

nothing calls this directly

Calls 2

isStudentMethod · 0.95
isTeacherMethod · 0.80

Tested by

no test coverage detected