Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ emailString
Method
emailString
app/views/account/SubscriptionView.js:175–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
emailString () {
176
if
(!this.validEmails) {
return
}
177
return
this.validEmails.join(
'\n'
)
178
}
179
180
emailsInvalid (render) {
181
this.state =
'invalid'
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected