MCPcopy
hub / github.com/Effect-TS/effect / contE

Function contE

packages/effect/src/Micro.ts:1179–1183  ·  view source on GitHub ↗
(cause, _fiber)

Source from the content-addressed store, hash-verified

1177 }
1178 },
1179 contE(cause, _fiber) {
1180 return causeIsInterrupt(cause)
1181 ? flatMap(this[args](), () => failCause(cause))
1182 : failCause(cause)
1183 }
1184})
1185
1186/**

Callers

nothing calls this directly

Calls 2

causeIsInterruptFunction · 0.85
failCauseFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…