Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/router
/ fetch
Function
fetch
packages/solid-start/src/default-entry/server.ts:15–17 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
13
export
function
createServerEntry(entry: ServerEntry): ServerEntry {
14
return
{
15
async
fetch(...args) {
16
return
await
entry.fetch(...args)
17
},
18
}
19
}
20
Callers
2
fetchItem
Function · 0.50
localFetch
Function · 0.50
Calls
1
fetch
Method · 0.65
Tested by
no test coverage detected