MCPcopy
hub / github.com/Effect-TS/effect / chunk

Method chunk

packages/effect/src/StreamEmit.ts:33–33  ·  view source on GitHub ↗

* Emits a chunk containing the specified values.

(chunk: Chunk.Chunk<A>)

Source from the content-addressed store, hash-verified

31 * Emits a chunk containing the specified values.
32 */
33 chunk(chunk: Chunk.Chunk<A>): Promise<B>
34
35 /**
36 * Terminates with a cause that dies with the specified defect.

Callers 9

watchParcelFunction · 0.65
Differ.test.tsFile · 0.65
async.test.tsFile · 0.65
sequencing.test.tsFile · 0.65
loopFunction · 0.65
producerFunction · 0.65
stream.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected