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

Function loading

app/core/store/modules/paymentGroups.js:21–23  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

19 return state.paymentGroup
20 },
21 loading (state) {
22 return state.loading
23 }
24 },
25 actions: {
26 async fetch ({ commit, state }, slug) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected