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

Method isStudent

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

Source from the content-addressed store, hash-verified

294 isRegisteredHomeUser () { return this.isHomeUser() && !this.get('anonymous') }
295
296 isStudent () { return this.get('role') === 'student' }
297
298 canUseRobloxOauthConnection () {
299 // No Roblox OAuth in classroom mode

Callers 15

isIndividualUserMethod · 0.95
isTestStudentMethod · 0.95
hasSubscriptionMethod · 0.95
freeOnlyMethod · 0.95
constrainHeroHealthMethod · 0.95
enableCppMethod · 0.95
enableJavaMethod · 0.95
hasCampaignAccessMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected