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

Function ignore

packages/effect/src/Micro.ts:2896–2897  ·  view source on GitHub ↗
(self: Micro<A, E, R>)

Source from the content-addressed store, hash-verified

2894 * @category error handling
2895 */
2896export const ignore = <A, E, R>(self: Micro<A, E, R>): Micro<void, never, R> =>
2897 matchEffect(self, { onFailure: (_) => void_, onSuccess: (_) => void_ })
2898
2899/**
2900 * Ignore any expected errors of the given `Micro` effect, returning `void`.

Callers 1

core-effect.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…