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

Function repeatEffect

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

Source from the content-addressed store, hash-verified

5211
5212/** @internal */
5213export const repeatEffect = <A, E, R>(effect: Effect.Effect<A, E, R>): Stream.Stream<A, E, R> =>
5214 repeatEffectOption(pipe(effect, Effect.mapError(Option.some)))
5215
5216/** @internal */
5217export const repeatEffectChunk = <A, E, R>(effect: Effect.Effect<Chunk.Chunk<A>, E, R>): Stream.Stream<A, E, R> =>

Callers

nothing calls this directly

Calls 2

repeatEffectOptionFunction · 0.85
pipeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…