Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getLoadingState
Function
getLoadingState
app/core/store/modules/schoolAdminDashboard.js:69–71 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
67
}
68
},
69
getLoadingState (state) {
70
return
state.loading
71
},
72
getPageTitle (state) {
73
return
state.pageTitle
74
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected