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

Function getModuleInfo

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

Source from the content-addressed store, hash-verified

63 },
64
65 getModuleInfo (_state, getters, _rootState, rootGetters) {
66 const gameContent = rootGetters['gameContent/getContentForCampaign'](getters.selectedChapterId)
67 return gameContent?.modules
68 },
69
70 getModuleIntroLevels (_state, getters, _rootState, rootGetters) {
71 const gameContent = rootGetters['gameContent/getContentForCampaign'](getters.selectedChapterId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected