MCPcopy Index your code
hub / github.com/codecombat/codecombat / onClickGetStartedButton

Method onClickGetStartedButton

app/views/HomeView.js:245–254  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

243 }
244
245 onClickGetStartedButton (e) {
246 this.homePageEvent($(e.target).data('event-action'))
247 if (this.getStartedSignupContainer != null) {
248 this.getStartedSignupContainer.remove()
249 }
250 this.getStartedSignupContainer = document.createElement('div')
251 document.body.appendChild(this.getStartedSignupContainer)
252 this.getStartedSignupModal = new GetStartedSignupModal({ el: this.getStartedSignupContainer })
253 return this.getStartedSignupModal
254 }
255
256 onCarouselDirectMovev2 (e) {
257 const selector = $(e.target).closest('.carousel-tab').data('selector')

Callers

nothing calls this directly

Calls 2

homePageEventMethod · 0.95
dataMethod · 0.80

Tested by

no test coverage detected