MCPcopy Create free account
hub / github.com/effect-app/libs / fromPull

Function fromPull

repos/effect/packages/effect/src/Stream.ts:614–616  ·  view source on GitHub ↗
(
  pull: Effect.Effect<Pull.Pull<Arr.NonEmptyReadonlyArray<A>, E, void, R>, EX, RX>
)

Source from the content-addressed store, hash-verified

612 * return pull
613 * })
614 * )
615 *
616 * await Effect.runPromise(Stream.runCollect(transformed)) // => [1, 2, 3]
617 * finalized // => [true]
618 * ```
619 *

Callers 9

fromEffectDrainFunction · 0.70
fromEffectRepeatFunction · 0.70
fromEffectScheduleFunction · 0.70
tickFunction · 0.70
fromScheduleFunction · 0.70
unfoldFunction · 0.70
paginateFunction · 0.70
rangeFunction · 0.70
Stream.tsFile · 0.70

Calls 1

fromChannelFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…