MCPcopy Create free account
hub / github.com/effect-app/libs / fail

Function fail

repos/effect/packages/effect/src/Sink.ts:556–556  ·  view source on GitHub ↗
(e: E)

Source from the content-addressed store, hash-verified

554 * const stream = Stream.make(1, 2, 3)
555 * await Effect.runPromise(Stream.run(stream, sink)) // => 42
556 * ```
557 *
558 * @category constructors
559 * @since 2.0.0

Callers 5

Deferred.tsFile · 0.70
Effect.tsFile · 0.70
Result.tsFile · 0.70
try_Function · 0.70
flipFunction · 0.70

Calls 1

failMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…