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

Function getCourseUnitMapUrl

ozaria/site/store/BaseCurriculumGuide.js:108–118  ·  view source on GitHub ↗
(state, getters, _rootState)

Source from the content-addressed store, hash-verified

106 },
107
108 getCourseUnitMapUrl (state, getters, _rootState) {
109 if (!getters.getCurrentCourse) {
110 return
111 }
112
113 return urls.courseWorldMap({
114 courseId: getters.getCurrentCourse._id,
115 campaignId: getters.selectedChapterId,
116 codeLanguage: state.selectedLanguage
117 })
118 },
119
120 getContentDescription () {
121 return (content) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected