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

Function getModuleIntroLevels

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

Source from the content-addressed store, hash-verified

68 },
69
70 getModuleIntroLevels (_state, getters, _rootState, rootGetters) {
71 const gameContent = rootGetters['gameContent/getContentForCampaign'](getters.selectedChapterId)
72 return gameContent?.introLevels
73 },
74
75 getCurrentModuleNames (_state, getters, _rootState, _rootGetters) {
76 return moduleNum => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected