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

Function runSum

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

Source from the content-addressed store, hash-verified

6002
6003/** @internal */
6004export const runSum = <E, R>(self: Stream.Stream<number, E, R>): Effect.Effect<number, E, R> => run(self, sink_.sum)
6005
6006/** @internal */
6007export const scan = dual<

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected