MCPcopy Create free account
hub / github.com/Effect-TS/effect / pull

Function pull

packages/effect/test/unstable/http/HttpClient.test.ts:290–292  ·  view source on GitHub ↗
(controller)

Source from the content-addressed store, hash-verified

288 new Response(
289 new ReadableStream<Uint8Array>({
290 pull(controller) {
291 controller.enqueue(Uint8Array.of(1))
292 }
293 }),
294 { status: 200 }
295 )

Callers

nothing calls this directly

Calls 1

ofMethod · 0.65

Tested by

no test coverage detected