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

Method isInternal

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

Source from the content-addressed store, hash-verified

185 }
186
187 isInternal () {
188 const email = this.get('email')
189 if (!email) { return false }
190 return email.endsWith('@codecombat.com') || email.endsWith('@ozaria.com')
191 }
192
193 // This could also be a user property later, once we plan to release Ozaria to more users
194 showOzCourses () {

Callers 7

showOzCoursesMethod · 0.95
hasCampaignAccessMethod · 0.95
fetchReleasedMethod · 0.80
getReleasedFunction · 0.80
getReleasedFunction · 0.80
getLevelsMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected