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

Function fetch

apps/cloud/src/analytics/google-oauth-listing.test.ts:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 Effect.gen(function* () {
69 let requests = 0;
70 const fetch: typeof globalThis.fetch = async () => {
71 requests += 1;
72 return Response.json({ flags: {} });
73 };
74 const configured = makeGoogleOAuthListing({
75 projectKey: "key",
76 host: "https://flags.example.com",

Callers

nothing calls this directly

Calls 1

jsonMethod · 0.65

Tested by

no test coverage detected