MCPcopy 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 */
296export 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

reduceFunction · 0.65
cause.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected