MCPcopy Create free account
hub / github.com/Effect-TS/effect / collectAll

Function collectAll

packages/effect/src/internal/sink.ts:77–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76/** @internal */
77export const collectAll = <In>(): Sink.Sink<Chunk.Chunk<In>, In> => new SinkImpl(collectAllLoop(Chunk.empty()))
78
79/** @internal */
80const collectAllLoop = <In>(

Callers

nothing calls this directly

Calls 1

collectAllLoopFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…