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

Function resetLoadingState

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

Source from the content-addressed store, hash-verified

33 state.loading = false
34 },
35 resetLoadingState (state) {
36 state.loading = false
37 },
38 setPageTitle (state, title) {
39 const i18nFlag = 'i18n:'
40 if (title.startsWith(i18nFlag)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected