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

Function setLoading

app/core/store/modules/clans.js:75–77  ·  view source on GitHub ↗
(state, loading)

Source from the content-addressed store, hash-verified

73 },
74
75 setLoading (state, loading) {
76 state.loading = loading
77 },
78
79 setTournaments (state, { clanId, tournaments }) {
80 Vue.set(state.tournaments, clanId, tournaments)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected