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

Function removeUniqueEntry

app/core/store/modules/audio.js:55–58  ·  view source on GitHub ↗
(state, { unique, id })

Source from the content-addressed store, hash-verified

53 },
54
55 removeUniqueEntry (state, { unique, id }) {
56 state.unique.keys.delete(unique)
57 state.unique.soundIdKeys.delete(id)
58 }
59 },
60
61 getters: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected