Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ emptyCase
Method
emptyCase
packages/effect/src/Cause.ts:297–297 ·
view source on GitHub ↗
(context: C)
Source
from the content-addressed store, hash-verified
295
*/
296
export
interface
CauseReducer<in C, in E, in out Z> {
297
emptyCase(context: C): Z
298
failCase(context: C, error: E): Z
299
dieCase(context: C, defect: unknown): Z
300
interruptCase(context: C, fiberId: FiberId.FiberId): Z
Callers
2
reduce
Function · 0.65
cause.ts
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected