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

Method fromEffectChunk

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

* Either emits the success value of this effect or terminates the stream * with the failure value of this effect.

(effect: Effect.Effect<Chunk.Chunk<A>, E, R>)

Source from the content-addressed store, hash-verified

70 * with the failure value of this effect.
71 */
72 fromEffectChunk(effect: Effect.Effect<Chunk.Chunk<A>, E, R>): Promise<B>
73
74 /**
75 * Terminates the stream with the specified cause.

Callers 1

async.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected