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

Function startLoading

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

Source from the content-addressed store, hash-verified

27 state.selectedAdministeredTeacherClassroomId = classroomId
28 },
29 startLoading (state) {
30 state.loading = true
31 },
32 stopLoading (state) {
33 state.loading = false
34 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected