(state)
| 297 | } |
| 298 | }, |
| 299 | codePointsPlayerCount (state) { |
| 300 | return state.codePointsRankingsForLeague.playerCount |
| 301 | }, |
| 302 | usableArenas (state) { |
| 303 | return state.usableArenas |
| 304 | } |
nothing calls this directly
no outgoing calls
no test coverage detected