(_state, _getters, _rootState, rootGetters)
| 34 | |
| 35 | getters: { |
| 36 | chapterNavBar (_state, _getters, _rootState, rootGetters) { |
| 37 | const courses = rootGetters['courses/sorted'] || [] |
| 38 | return courses |
| 39 | }, |
| 40 | |
| 41 | isOnLockedCampaign (state, getters, _rootState, rootGetters) { |
| 42 | const course = getters.getCurrentCourse |
nothing calls this directly
no outgoing calls
no test coverage detected