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

Function isHomeRoute

assets/article-cards.js:971–973  ·  view source on GitHub ↗
(route)

Source from the content-addressed store, hash-verified

969 }
970
971 function isHomeRoute(route) {
972 return route === '' || route === '/' || route === 'README' || route === 'README.zh-CN';
973 }
974
975 function isArticleMarkdown(path) {
976 return (

Callers 1

renderArticleCardsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected