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

Function codePointsPlayerCount

app/core/store/modules/seasonalLeague.js:299–301  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

297 }
298 },
299 codePointsPlayerCount (state) {
300 return state.codePointsRankingsForLeague.playerCount
301 },
302 usableArenas (state) {
303 return state.usableArenas
304 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected