MCPcopy Index your code
hub / github.com/codecombat/codecombat / navigate

Method navigate

app/core/Router.js:841–844  ·  view source on GitHub ↗
(fragment, options)

Source from the content-addressed store, hash-verified

839 }
840
841 navigate (fragment, options) {
842 super.navigate(fragment, options)
843 return Backbone.Mediator.publish('router:navigated', { route: fragment })
844 }
845
846 reload () {
847 return document.location.reload()

Callers 15

''Method · 0.95
'community'Method · 0.95
'hoc'Method · 0.95
'play/hoc-2020'Method · 0.95
'teachers'Method · 0.95
'teachers/courses'Method · 0.95
'teachers/signup'Method · 0.95

Calls 1

publishMethod · 0.80

Tested by

no test coverage detected