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

Function eventPanelInstance

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

Source from the content-addressed store, hash-verified

51 return state.eventPanel.editableEvent
52 },
53 eventPanelInstance (state) {
54 return state.eventPanel.editableInstance
55 },
56
57 // TODO: fetch all online-teachers here
58 allTeacherIds (state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected