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