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

Function resetLoadingState

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

Source from the content-addressed store, hash-verified

104 state.loading = false
105 },
106 resetLoadingState (state) {
107 state.loading = false
108 },
109 setSelectedCourseIdCurrentClassroom (state, { courseId }) {
110 if (state.classroomId) {
111 localStorage.setItem(getLastSelectedCourseKey(state), courseId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected