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

Method onClickSetupClass

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

Source from the content-addressed store, hash-verified

138 }
139
140 onClickSetupClass (e) {
141 this.homePageEvent($(e.target).data('event-action'))
142 return application.router.navigate('/teachers/classes', { trigger: true })
143 }
144
145 onClickGenericTryChapter1 (e) {
146 this.homePageEvent($(e.target).data('event-action'))

Callers

nothing calls this directly

Calls 3

homePageEventMethod · 0.95
dataMethod · 0.80
navigateMethod · 0.80

Tested by

no test coverage detected