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

Function failSync

repos/effect/packages/effect/src/Stream.ts:951–951  ·  view source on GitHub ↗
(evaluate: LazyArg<E>)

Source from the content-addressed store, hash-verified

949 options?: {
950 readonly chunkSize?: number | undefined
951 }
952): Stream<A> =>
953 Array.isArray(iterable) && options?.chunkSize === undefined
954 ? fromArray(iterable)

Callers

nothing calls this directly

Calls 1

fromChannelFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…