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

Function getPageTitle

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

Source from the content-addressed store, hash-verified

70 return state.loading
71 },
72 getPageTitle (state) {
73 return state.pageTitle
74 },
75 getPageBreadCrumbs (state, getters) {
76 if (!Object.values(COMPONENT_NAMES.ADMINISTERED_TEACHERS).includes(state.componentName)) {
77 return []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected