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

Method fromEffect

packages/effect/src/StreamEmit.ts:66–66  ·  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<A, E, R>)

Source from the content-addressed store, hash-verified

64 * with the failure value of this effect.
65 */
66 fromEffect(effect: Effect.Effect<A, E, R>): Promise<B>
67
68 /**
69 * Either emits the success value of this effect or terminates the stream

Callers 15

unsafeReadableReadFunction · 0.80
watchNodeFunction · 0.80
refWriterFunction · 0.80
refReaderFunction · 0.80
reading.test.tsFile · 0.80
innerFunction · 0.80
sumFunction · 0.80
merging.test.tsFile · 0.80
scoping.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 4

refWriterFunction · 0.64
refReaderFunction · 0.64
innerFunction · 0.64
sumFunction · 0.64