MCPcopy 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

transformEffectFunction · 0.85
reduceWhileFunction · 0.85
reduceArrayFunction · 0.85
withDurationFunction · 0.85
doneMethod · 0.80
someMethod · 0.80
catchMethod · 0.80
fromTransformFunction · 0.70
onExitFunction · 0.70
mapMethod · 0.65
forEachMethod · 0.65
transformMethod · 0.65

Tested by

no test coverage detected