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

Function fetchReleased

app/core/store/modules/courses.js:56–60  ·  view source on GitHub ↗
({ commit, state }, options)

Source from the content-addressed store, hash-verified

54 },
55
56 fetchReleased ({ commit, state }, options) {
57 if (options == null) { options = {} }
58 if (state.loaded) { return Promise.resolve() }
59 return api.courses.getReleased(options).then(courses => commit('addCourses', courses))
60 }
61 }
62}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected