Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ exitDie
Function
exitDie
packages/effect/src/Micro.ts:1677–1677 ·
view source on GitHub ↗
(defect: unknown)
Source
from the content-addressed store, hash-verified
1675
* @category MicroExit
1676
*/
1677
export
const
exitDie = (defect: unknown): MicroExit<never> => exitFailCause(causeDie(defect))
1678
1679
/**
1680
* @since 3.4.6
Callers
5
runLoop
Method · 0.70
defaultEvaluate
Function · 0.70
die
Function · 0.70
pump
Function · 0.70
runSyncExit
Function · 0.70
Calls
2
exitFailCause
Function · 0.85
causeDie
Function · 0.85
Tested by
no test coverage detected