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

File Effect.ts

packages/effect/src/Effect.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Describes workflows that run only when executed by the Effect runtime.
3 *
4 * An `Effect<A, E, R>` can succeed with an `A`, fail with an `E`, and require

Callers

nothing calls this directly

Calls 15

pFunction · 0.85
SClass · 0.85
isEffectFunction · 0.85
onExitFunction · 0.70
callbackFunction · 0.70
failFunction · 0.70
succeedFunction · 0.70
dieFunction · 0.70
fFunction · 0.50
gFunction · 0.50
bodyFunction · 0.50

Tested by

no test coverage detected