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

Function getLoadingState

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

Source from the content-addressed store, hash-verified

147 return state.componentName
148 },
149 getLoadingState (state) {
150 return state.loading
151 },
152 getTrackCategory (state) {
153 return state.trackCategory
154 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected