(state, { unique, id })
| 53 | }, |
| 54 | |
| 55 | removeUniqueEntry (state, { unique, id }) { |
| 56 | state.unique.keys.delete(unique) |
| 57 | state.unique.soundIdKeys.delete(id) |
| 58 | } |
| 59 | }, |
| 60 | |
| 61 | getters: { |
nothing calls this directly
no outgoing calls
no test coverage detected