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

Function memberNames

app/core/store/modules/events.js:72–74  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

70 return Array.from(new Set(members.map(m => m.userId)))
71 },
72 memberNames (state) {
73 return state.memberNames
74 }
75 },
76 mutations: {
77 setEvent (state, event) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected