Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ toggleLoading
Function
toggleLoading
app/core/store/modules/tints.js:12–12 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
10
11
mutations: {
12
toggleLoading (state) { state.loading = !state.loading },
13
14
addTints (state, tints) { Vue.set(state,
'tints'
, tints) }
15
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected