MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / request

Function request

packages/core/test-servers/src/worker.test.ts:65–65  ·  view source on GitHub ↗
(path: string, init?: RequestInit)

Source from the content-addressed store, hash-verified

63const decodeGraphqlResponse = Schema.decodeUnknownEffect(GraphqlResponse);
64
65const request = (path: string, init?: RequestInit) => new Request(`${origin}${path}`, init);
66
67const workerFetch = (input: RequestInfo | URL, init?: RequestInit): Promise<Response> => {
68 const nextRequest =

Callers 1

worker.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected