MCPcopy Create free account
hub / github.com/codecombat/codecombat / displayName

Method displayName

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

Source from the content-addressed store, hash-verified

204 }
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')) } }

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected