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

Function stopLoading

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

Source from the content-addressed store, hash-verified

101 state.loading = true
102 },
103 stopLoading (state) {
104 state.loading = false
105 },
106 resetLoadingState (state) {
107 state.loading = false
108 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected