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

Function setLoading

app/core/store/modules/paymentGroups.js:13–15  ·  view source on GitHub ↗
(state, loading)

Source from the content-addressed store, hash-verified

11 state.paymentGroup = { ...paymentGroup }
12 },
13 setLoading (state, loading) {
14 state.loading = loading
15 }
16 },
17 getters: {
18 paymentGroup (state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected