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

Method onHackStackMenuIconClick

app/views/play/CampaignView.js:735–738  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

733 }
734
735 onHackStackMenuIconClick (e) {
736 window.tracker?.trackEvent('HackStack Explored', { engageAction: 'campaign_level_click' })
737 this.openModalView(new HackstackPromotionModal())
738 }
739
740 onAILeagueIconClick (e) {
741 window.tracker?.trackEvent('AILeague Explored', { engageAction: 'campaign_level_click' })

Callers

nothing calls this directly

Calls 1

trackEventMethod · 0.45

Tested by

no test coverage detected