(cause, _fiber)
| 1177 | } |
| 1178 | }, |
| 1179 | contE(cause, _fiber) { |
| 1180 | return causeIsInterrupt(cause) |
| 1181 | ? flatMap(this[args](), () => failCause(cause)) |
| 1182 | : failCause(cause) |
| 1183 | } |
| 1184 | }) |
| 1185 | |
| 1186 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…