Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/epicweb-dev/react-suspense
/ atRoot
Function
atRoot
shared/ship-api-utils.server.ts:17–18 ·
view source on GitHub ↗
(...paths: Array<string>)
Source
from the content-addressed store, hash-verified
15
)
16
17
const
atRoot = (...paths: Array<string>) =>
18
path.join(EPICSHOP_CONTEXT_CWD, ...paths)
19
20
const
formatDate = (date: Date) =>
21
`${date.getHours()}:${String(date.getMinutes()).padStart(2,
'0'
)} ${String(
Callers
1
createShip
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected