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

Method onRobloxMenuIconClick

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

Source from the content-addressed store, hash-verified

713 }
714
715 onRobloxMenuIconClick (e) {
716 window.tracker?.trackEvent('Roblox Icon Explored', { engageAction: 'campaign_level_click' })
717 this.showRobloxModal()
718 }
719
720 showRobloxModal () {
721 storage.save(ROBLOX_MODAL_SHOWN)

Callers

nothing calls this directly

Calls 2

showRobloxModalMethod · 0.95
trackEventMethod · 0.45

Tested by

no test coverage detected