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

Function myClans

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

Source from the content-addressed store, hash-verified

30 },
31
32 myClans (state) {
33 return sortClan((me.get('clans') || []).map(id => state.clans[id]))
34 },
35
36 clanByIdOrSlug (state) {
37 return idOrSlug => {

Callers

nothing calls this directly

Calls 2

sortClanFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected