Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
237
export
const
PATH_404 =
'404'
238
239
export
function
is404Path(path) {
240
return
path === PATH_404
241
}
Callers
5
getTemplateForPath
Function · 0.90
Routes.js
File · 0.90
extractTemplates.js
File · 0.90
exportRoute.js
File · 0.90
recurseRoute
Function · 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…