MCPcopy
hub / github.com/Effect-TS/effect / causeIsInterrupt

Function causeIsInterrupt

packages/effect/src/Micro.ts:375–377  ·  view source on GitHub ↗
(
  self: MicroCause<E>
)

Source from the content-addressed store, hash-verified

373 * @category MicroCause
374 */
375export const causeIsInterrupt = <E>(
376 self: MicroCause<E>
377): self is MicroCause.Interrupt => self._tag === "Interrupt"
378
379/**
380 * @since 3.4.6

Callers 2

evalFunction · 0.85
contEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected