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

Function fetch

app/core/store/modules/podcasts.js:48–51  ·  view source on GitHub ↗
({ commit }, { podcastId })

Source from the content-addressed store, hash-verified

46 commit('setLoading', false)
47 },
48 async fetch ({ commit }, { podcastId }) {
49 const podcast = await getPodcast(podcastId)
50 commit('setPodcast', podcast)
51 }
52 }
53}

Callers

nothing calls this directly

Calls 1

getPodcastFunction · 0.90

Tested by

no test coverage detected