MCPcopy Create free account
hub / github.com/effect-app/libs / effectIsExit

Function effectIsExit

repos/effect/packages/effect/src/internal/effect.ts:1663–1663  ·  view source on GitHub ↗
(effect: Effect.Effect<A, E, R>)

Source from the content-addressed store, hash-verified

1661} = dual(
1662 2,
1663 <A, E, R, B, E2, R2>(
1664 self: Effect.Effect<A, E, R>,
1665 f: (a: A) => Effect.Effect<B, E2, R2>
1666 ): Effect.Effect<B, E | E2, R | R2> => {

Callers 3

getParserMethod · 0.90
[contA]Function · 0.85
effect.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…