(state)
| 37 | }, |
| 38 | |
| 39 | isHomePlayer (state) { |
| 40 | return !(state || {}).role && state.anonymous === false |
| 41 | }, |
| 42 | |
| 43 | isAdmin (state) { |
| 44 | const permissions = state.permissions || [] |
nothing calls this directly
no outgoing calls
no test coverage detected