MCPcopy Create free account
hub / github.com/codecombat/codecombat / 'impact'

Method 'impact'

app/core/Router.js:295–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293 'il-signup': go('account/IsraelSignupView'),
294
295 'impact' () {
296 return this.routeDirectly('PageImpact', [], { vueRoute: true, baseTemplate: 'base-flat-vue' })
297 },
298
299 'partners' () {
300 return this.routeDirectly('PagePartners', [], { vueRoute: true, baseTemplate: 'base-flat-vue' })

Callers

nothing calls this directly

Calls 1

routeDirectlyMethod · 0.95

Tested by

no test coverage detected