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

Function effectIsExit

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

Source from the content-addressed store, hash-verified

1722
1723/** @internal */
1724export const effectIsExit = <A, E, R>(effect: Effect.Effect<A, E, R>): effect is Exit.Exit<A, E> => ExitTypeId in effect
1725
1726/** @internal */
1727export const flatMapEager: {

Callers 11

parseIndexMethod · 0.90
parseStringIndexMethod · 0.90
getParserMethod · 0.90
getParserMethod · 0.90
runWithCompilerFunction · 0.90
applyTransformationFunction · 0.90
parseLocalFunction · 0.90
[contA]Function · 0.85
effect.tsFile · 0.85
runSequentialFunction · 0.85
goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected