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

Function updateLevelNumberMap

app/core/store/modules/gameContent.js:82–87  ·  view source on GitHub ↗
(state, newMap)

Source from the content-addressed store, hash-verified

80 Vue.set(state.levelNumberMap, levelId, levelNumber)
81 },
82 updateLevelNumberMap (state, newMap) {
83 state.levelNumberMap = {
84 ...(state.levelNumberMap || {}),
85 ...newMap,
86 }
87 },
88 },
89
90 getters: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected