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