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

Method onClickTrackEvent

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

Source from the content-addressed store, hash-verified

184 }
185
186 onClickTrackEvent (e) {
187 return this.homePageEvent($(e.target).data('event-action'), {})
188 }
189
190 // Provides a uniform interface for collecting information from the homepage.
191 // Always provides the category Homepage and includes the user role.

Callers

nothing calls this directly

Calls 2

homePageEventMethod · 0.95
dataMethod · 0.80

Tested by

no test coverage detected