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

File Effect.ts

repos/effect/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

constantFunction · 0.90
isEffectFunction · 0.85
provideServiceFunction · 0.85
clearMethod · 0.80
onExitFunction · 0.70
suspendFunction · 0.70
callbackFunction · 0.70
syncFunction · 0.70
valueFunction · 0.70
failFunction · 0.70
succeedFunction · 0.70
dieFunction · 0.70

Tested by

no test coverage detected