()
| 75 | |
| 76 | /** @internal */ |
| 77 | export const collectAll = <In>(): Sink.Sink<Chunk.Chunk<In>, In> => new SinkImpl(collectAllLoop(Chunk.empty())) |
| 78 | |
| 79 | /** @internal */ |
| 80 | const collectAllLoop = <In>( |
nothing calls this directly
no test coverage detected
searching dependent graphs…