MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / fetch

Function fetch

app/src/lrpcClient.ts:13–18  ·  view source on GitHub ↗
(url, options)

Source from the content-addressed store, hash-verified

11 [csrfHeaderName]: '',
12 },
13 async fetch(url, options) {
14 return await fetch(url, {
15 ...options,
16 credentials: 'include',
17 })
18 },
19 }),
20 ],
21 transformer: superjson,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected