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

Function getCapstoneInfo

ozaria/site/store/BaseCurriculumGuide.js:60–63  ·  view source on GitHub ↗
(_state, getters, _rootState, rootGetters)

Source from the content-addressed store, hash-verified

58 },
59
60 getCapstoneInfo (_state, getters, _rootState, rootGetters) {
61 const gameContent = rootGetters['gameContent/getContentForCampaign'](getters.selectedChapterId)
62 return gameContent?.capstone || {}
63 },
64
65 getModuleInfo (_state, getters, _rootState, rootGetters) {
66 const gameContent = rootGetters['gameContent/getContentForCampaign'](getters.selectedChapterId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected