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

Function get

packages/plugins/graphql/src/api/handlers.test.ts:137–138  ·  view source on GitHub ↗
(web: { handler: (request: Request) => Promise<Response> }, url: string)

Source from the content-addressed store, hash-verified

135 );
136
137const get = (web: { handler: (request: Request) => Promise<Response> }, url: string) =>
138 Effect.promise(() => web.handler(new Request(url, { method: "GET" })));
139
140describe("GraphqlHandlers — config surface", () => {
141 it.effect("configure merge-appends a custom method and getConfig round-trips it", () =>

Callers 1

handlers.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected