Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.70
Effect.ts
File · 0.70
Result.ts
File · 0.70
try_
Function · 0.70
flip
Function · 0.70
Calls
1
fail
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…