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