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

Method inEU

app/models/User.js:209–209  ·  view source on GitHub ↗
(defaultIfUnknown = true)

Source from the content-addressed store, hash-verified

207 broadName () { return User.broadName(this.attributes) }
208
209 inEU (defaultIfUnknown = true) { if (!this.get('country')) { return defaultIfUnknown } else { return utils.inEU(this.get('country')) } }
210 addressesIncludeAdministrativeRegion (defaultIfUnknown = true) { if (!this.get('country')) { return defaultIfUnknown } else { return utils.addressesIncludeAdministrativeRegion(this.get('country')) } }
211
212 getPhotoURL (size = 80) {

Callers 14

utils.spec.coco.jsFile · 0.80
utils.spec.ozar.jsFile · 0.80
User.spec.jsFile · 0.80
inEUFunction · 0.80
onSubmitFormMethod · 0.80
onSubmitSegmentCheckMethod · 0.80
inEUFunction · 0.80
onTrialRequestSubmitMethod · 0.80
onSubmitSignupFormMethod · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected