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

Function failSync

packages/effect/src/internal/core.ts:723–723  ·  view source on GitHub ↗
(evaluate: LazyArg<E>)

Source from the content-addressed store, hash-verified

721
722/* @internal */
723export const failSync = <E>(evaluate: LazyArg<E>): Effect.Effect<never, E> => flatMap(sync(evaluate), fail)
724
725/* @internal */
726export const failCause = <E>(cause: Cause.Cause<E>): Effect.Effect<never, E> => {

Callers 1

core.tsFile · 0.70

Calls 1

syncFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…