| 1 | /** @effect-diagnostics missingEffectContext:skip-file */ |
| 2 | import { Effect, hole, Schema, type Stream } from "effect" |
| 3 | import type * as Sse from "effect/unstable/encoding/Sse" |
| 4 | import { FetchHttpClient, HttpClient, type HttpClientError, type HttpClientResponse } from "effect/unstable/http" |
nothing calls this directly
no test coverage detected