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

Function repeatEffectChunk

packages/effect/src/internal/stream.ts:5217–5218  ·  view source on GitHub ↗
(effect: Effect.Effect<Chunk.Chunk<A>, E, R>)

Source from the content-addressed store, hash-verified

5215
5216/** @internal */
5217export const repeatEffectChunk = <A, E, R>(effect: Effect.Effect<Chunk.Chunk<A>, E, R>): Stream.Stream<A, E, R> =>
5218 repeatEffectChunkOption(pipe(effect, Effect.mapError(Option.some)))
5219
5220/** @internal */
5221export const repeatEffectChunkOption = <A, E, R>(

Callers

nothing calls this directly

Calls 2

repeatEffectChunkOptionFunction · 0.85
pipeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…