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

Method broadName

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

Source from the content-addressed store, hash-verified

205
206 displayName () { return this.get('name', true) }
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')) } }

Callers 15

searchMethod · 0.80
sendSlackMessageFunction · 0.80
codePointsRankingsFunction · 0.80
loadGlobalRequiredDataFunction · 0.80
openZendeskFunction · 0.80
exportStudentProgressFunction · 0.80
getTitleMethod · 0.80
initializeMethod · 0.80
onClassroomLoadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected