Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ exitFail
Function
exitFail
repos/effect/packages/effect/src/internal/core.ts:549–549 ·
view source on GitHub ↗
(e: E)
Source
from the content-addressed store, hash-verified
547
})
548
549
/** @internal */
550
export
const
exitFail = <E>(e: E): Exit.Exit<never, E> => exitFailCause(causeFail(e))
551
552
/** @internal */
Callers
5
fromEffectTagged
Function · 0.90
effect.ts
File · 0.90
[evaluate]
Function · 0.85
core.ts
File · 0.85
done
Function · 0.85
Calls
1
causeFail
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…