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

Function fromEffectDiscard

packages/effect/src/internal/layer.ts:611–612  ·  view source on GitHub ↗
(effect: Effect.Effect<X, E, R>)

Source from the content-addressed store, hash-verified

609
610/** @internal */
611export const fromEffectDiscard = <X, E, R>(effect: Effect.Effect<X, E, R>) =>
612 fromEffectContext(core.map(effect, () => Context.empty()))
613
614/** @internal */
615export function fromEffectContext<A, E, R>(

Callers

nothing calls this directly

Calls 2

fromEffectContextFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…