Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ stopLoading
Function
stopLoading
app/core/store/modules/schoolAdminDashboard.js:32–34 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
30
state.loading = true
31
},
32
stopLoading (state) {
33
state.loading = false
34
},
35
resetLoadingState (state) {
36
state.loading = false
37
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected