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

Method routeToServer

app/core/Router.js:624–626  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

622 }
623
624 routeToServer (e) {
625 window.location.href = window.location.href // eslint-disable-line no-self-assign
626 }
627
628 removeTrailingSlash (e) {
629 return this.navigate(e, { trigger: true })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected