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

Method removeTrailingSlash

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

Source from the content-addressed store, hash-verified

626 }
627
628 removeTrailingSlash (e) {
629 return this.navigate(e, { trigger: true })
630 }
631
632 routeDirectly (path, args, options) {
633 if (args == null) { args = [] }

Callers

nothing calls this directly

Calls 1

navigateMethod · 0.95

Tested by

no test coverage detected