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

Function updateFeatures

app/core/store/index.js:30–30  ·  view source on GitHub ↗
(state, features)

Source from the content-addressed store, hash-verified

28 return state.localesLoaded = _.assign(addition, state.localesLoaded);
29 },
30 updateFeatures(state, features) { return state.features = features; }
31 },
32
33 getters: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected