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

Function classroomById

app/core/store/modules/classrooms.js:226–230  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

224
225 getters: {
226 classroomById(state) {
227 return (id) => {
228 return state.classrooms.byClassroom[id]
229 }
230 },
231 getClassroomsByTeacher: (state) => (id) => {
232 return state.classrooms.byTeacher[id]
233 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected