MCPcopy Create free account
hub / github.com/crisxuan/bestJavaer / getCurrentRoute

Function getCurrentRoute

assets/article-cards.js:940–942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

938 }
939
940 function getCurrentRoute() {
941 return (window.location.hash || '#/').replace(/^#\/?/, '').split('?')[0];
942 }
943
944 function getCurrentMarkdownPath(route) {
945 var path = (route || '').replace(/^\/+/, '');

Callers 4

localizeSidebarFunction · 0.85
renderArticleCardsFunction · 0.85
renderSeriesNavFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected