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

Method onAILeagueIconClick

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

Source from the content-addressed store, hash-verified

738 }
739
740 onAILeagueIconClick (e) {
741 window.tracker?.trackEvent('AILeague Explored', { engageAction: 'campaign_level_click' })
742 this.openModalView(new AILeaguePromotionModal())
743 }
744
745 setCampaign (campaign) {
746 this.campaign = campaign

Callers

nothing calls this directly

Calls 1

trackEventMethod · 0.45

Tested by

no test coverage detected