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

Function causeInterrupt

packages/effect/src/Micro.ts:350–352  ·  view source on GitHub ↗
(
  traces: ReadonlyArray<string> = []
)

Source from the content-addressed store, hash-verified

348 * @category MicroCause
349 */
350export const causeInterrupt = (
351 traces: ReadonlyArray<string> = []
352): MicroCause<never> => new Interrupt(traces)
353
354/**
355 * @since 3.4.6

Callers 1

Micro.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…