MCPcopy Create free account
hub / github.com/react-static/react-static / is404Path

Function is404Path

packages/react-static/src/browser/utils/index.js:239–241  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

237export const PATH_404 = '404'
238
239export function is404Path(path) {
240 return path === PATH_404
241}

Callers 5

getTemplateForPathFunction · 0.90
Routes.jsFile · 0.90
exportRoute.jsFile · 0.90
recurseRouteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…