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

Function fetchDataPDAsync

app/core/store/modules/teacherDashboard.js:471–475  ·  view source on GitHub ↗
({ state, dispatch }, options = {})

Source from the content-addressed store, hash-verified

469
470 // PD Page
471 async fetchDataPDAsync ({ state, dispatch }, options = {}) {
472 const fetchPromises = []
473 // TODO: do we need to fetch any data?
474 await Promise.all(fetchPromises)
475 },
476
477 // Curriculum guides panel
478 async fetchDataCurriculumGuide ({ dispatch, rootGetters, getters }, options = {}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected