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

Method showVideosLinkForCourse

app/views/courses/CoursesView.js:573–575  ·  view source on GitHub ↗
(courseId)

Source from the content-addressed store, hash-verified

571 }
572
573 showVideosLinkForCourse (courseId) {
574 return courseId === utils.courseIDs.INTRODUCTION_TO_COMPUTER_SCIENCE
575 }
576
577 onClickLogInButton () {
578 const modal = new AuthModal()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected