()
| 377 | )) |
| 378 | /** @internal */ |
| 379 | export const collectAllInputs = <A>(): Schedule.Schedule<Chunk.Chunk<A>, A> => collectAllOutputs(identity<A>()) |
| 380 | |
| 381 | /** @internal */ |
| 382 | export const collectAllOutputs = <Out, In, R>( |
nothing calls this directly
no test coverage detected