Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
350
export
const
causeInterrupt = (
351
traces: ReadonlyArray<string> = []
352
): MicroCause<never> =>
new
Interrupt(traces)
353
354
/**
355
* @since 3.4.6
Callers
1
Micro.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected