(_state, getters, _rootState, rootGetters)
| 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 => { |
nothing calls this directly
no outgoing calls
no test coverage detected