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

Function every

repos/effect/packages/effect/src/Sink.ts:824–829  ·  view source on GitHub ↗
(predicate: Predicate<In>)

Source from the content-addressed store, hash-verified

822 * **Details**
823 *
824 * If the sink stops in the middle of a pulled array, the remaining elements
825 * from that array are returned as leftovers.
826 *
827 * @category folding
828 * @since 2.0.0
829 */
830export const foldUntil = <S, In, E = never, R = never>(
831 s: LazyArg<S>,
832 max: number,

Callers

nothing calls this directly

Calls 3

foldFunction · 0.85
predicateFunction · 0.85
succeedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…