MCPcopy 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

13export function createServerEntry(entry: ServerEntry): ServerEntry {
14 return {
15 async fetch(...args) {
16 return await entry.fetch(...args)
17 },
18 }
19}
20

Callers 2

fetchItemFunction · 0.50
localFetchFunction · 0.50

Calls 1

fetchMethod · 0.65

Tested by

no test coverage detected