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

Function isLoading

app/core/store/modules/clans.js:28–30  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

26
27 getters: {
28 isLoading (state) {
29 return state.loading
30 },
31
32 myClans (state) {
33 return sortClan((me.get('clans') || []).map(id => state.clans[id]))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected