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

Function collectAllInputs

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

Source from the content-addressed store, hash-verified

377 ))
378/** @internal */
379export const collectAllInputs = <A>(): Schedule.Schedule<Chunk.Chunk<A>, A> => collectAllOutputs(identity<A>())
380
381/** @internal */
382export const collectAllOutputs = <Out, In, R>(

Callers

nothing calls this directly

Calls 2

collectAllOutputsFunction · 0.85
identityFunction · 0.85

Tested by

no test coverage detected