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

Method 'mobile'

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

Source from the content-addressed store, hash-verified

341 'minigames/conditionals': go('minigames/ConditionalMinigameView'),
342
343 'mobile' () {
344 return this.routeDirectly('views/landing-pages/mobile/PageMobileView', [], { vueRoute: true, baseTemplate: 'base-empty' })
345 },
346
347 'sign-up/promotion/:role' (role) {
348 return this.routeDirectly('ozaria/site/components/sign-up/PageIndividualSignup', [], {

Callers

nothing calls this directly

Calls 1

routeDirectlyMethod · 0.95

Tested by

no test coverage detected