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

Function chapterNavBar

ozaria/site/store/BaseCurriculumGuide.js:36–39  ·  view source on GitHub ↗
(_state, _getters, _rootState, rootGetters)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected