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

Function classroom

app/core/store/modules/teacherDashboard.js:140–142  ·  view source on GitHub ↗
(state, getters)

Source from the content-addressed store, hash-verified

138 return state.classroomId
139 },
140 classroom (state, getters) {
141 return getters.getActiveClassrooms.find((c) => c._id === state.classroomId) || {}
142 },
143 getPageTitle (state) {
144 return Vue.t(`teacher_dashboard.${state.pageTitle}`) || state.pageTitle
145 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected