Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constant
Function · 0.90
isEffect
Function · 0.85
provideService
Function · 0.85
clear
Method · 0.80
onExit
Function · 0.70
suspend
Function · 0.70
callback
Function · 0.70
sync
Function · 0.70
value
Function · 0.70
fail
Function · 0.70
succeed
Function · 0.70
die
Function · 0.70
Tested by
no test coverage detected