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

Function fetchReleased

app/core/store/modules/aiScenarios.js:29–33  ·  view source on GitHub ↗
({ commit, state }, options)

Source from the content-addressed store, hash-verified

27
28 actions: {
29 async fetchReleased ({ commit, state }, options) {
30 const effectiveOptions = options || {}
31 const scenarios = await api.aiScenarios.getReleased(effectiveOptions)
32 commit('addScenarios', scenarios)
33 }
34 }
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected