Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
375
export
const
causeIsInterrupt = <E>(
376
self: MicroCause<E>
377
): self is MicroCause.Interrupt => self._tag ===
"Interrupt"
378
379
/**
380
* @since 3.4.6
Callers
2
eval
Function · 0.85
contE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected