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

Method nameString

app/models/TrialRequest.js:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 nameString () {
21 const props = this.get('properties')
22 const values = _.filter(_.at(props, 'name', 'email'))
23 return values.join(' / ')
24 }
25
26 locationString () {
27 const props = this.get('properties')

Callers

nothing calls this directly

Calls 2

filterMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected