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

Function getComponentName

app/core/store/modules/teacherDashboard.js:146–148  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

144 return Vue.t(`teacher_dashboard.${state.pageTitle}`) || state.pageTitle
145 },
146 getComponentName (state) {
147 return state.componentName
148 },
149 getLoadingState (state) {
150 return state.loading
151 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected