Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ Sink.ts
File
Sink.ts
repos/effect/packages/effect/src/Sink.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Consumes values from a `Stream` and produces one final result.
3
*
4
* A `Sink` may read no input, a fixed amount of input, or keep reading until a
Callers
nothing calls this directly
Calls
15
transformEffect
Function · 0.85
reduceWhile
Function · 0.85
reduceArray
Function · 0.85
withDuration
Function · 0.85
done
Method · 0.80
some
Method · 0.80
catch
Method · 0.80
fromTransform
Function · 0.70
onExit
Function · 0.70
map
Method · 0.65
forEach
Method · 0.65
transform
Method · 0.65
Tested by
no test coverage detected