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

Method get

app/models/User.js:113–119  ·  view source on GitHub ↗
(attr, withDefault = false)

Source from the content-addressed store, hash-verified

111 }
112
113 get (attr, withDefault = false) {
114 const prop = super.get(attr, withDefault)
115 if (attr === 'products') {
116 return prop != null ? prop : []
117 }
118 return prop
119 }
120
121 isAdmin () {
122 const needle = this.constructor.PERMISSIONS.COCO_ADMIN

Callers 15

initClassMethod · 0.95
isAdminMethod · 0.95
isLicensorMethod · 0.95
isArtisanMethod · 0.95
isOnlineTeacherMethod · 0.95
isInGodModeMethod · 0.95
isSchoolAdminMethod · 0.95
isAPIClientMethod · 0.95
isBetaTesterMethod · 0.95
isParentAdminMethod · 0.95
isNapervilleAdminMethod · 0.95
isNapervilleUserMethod · 0.95

Calls

no outgoing calls

Tested by 2

makeLevelsFunction · 0.36