MCPcopy Index your code
hub / github.com/Effect-TS/effect / runDrain

Function runDrain

packages/effect/src/internal/stream.ts:5627–5627  ·  view source on GitHub ↗
(self: Stream.Stream<A, E, R>)

Source from the content-addressed store, hash-verified

5625
5626/** @internal */
5627export const runDrain = <A, E, R>(self: Stream.Stream<A, E, R>): Effect.Effect<void, E, R> => run(self, sink_.drain)
5628
5629/** @internal */
5630export const runFold = dual<

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected