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

Function getComponentName

app/core/store/modules/schoolAdminDashboard.js:125–127  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

123 return breadcrumbs
124 },
125 getComponentName (state) {
126 return state.componentName
127 },
128 getActiveLicenses (state, _getters, _rootState, rootGetters) {
129 if (state.schoolAdminId) {
130 return rootGetters['prepaids/getActiveLicensesForTeacher'](state.schoolAdminId) || []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected