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

Method hasAiJuniorAccess

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

Source from the content-addressed store, hash-verified

314 }
315
316 hasAiJuniorAccess () {
317 return this.isAdmin() || this.isBetaTester() || this.isOnlineTeacher() || !this.isAnonymous()
318 }
319
320 getHocCourseInstanceId () {
321 const courseInstanceIds = me.get('courseInstances') || []

Callers

nothing calls this directly

Calls 4

isAdminMethod · 0.95
isBetaTesterMethod · 0.95
isOnlineTeacherMethod · 0.95
isAnonymousMethod · 0.95

Tested by

no test coverage detected