Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ Result.ts
File
Result.ts
repos/effect/packages/effect/src/Result.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Models a value that has already succeeded or failed.
3
*
4
* A `Result<A, E>` is `Success<A, E>` when a value is available and
Callers
nothing calls this directly
Calls
12
isFunction
Function · 0.90
predicate
Function · 0.85
succeed
Function · 0.70
fail
Function · 0.70
onFailure
Function · 0.70
onSuccess
Function · 0.70
match
Function · 0.70
isFailure
Function · 0.50
f
Function · 0.50
isSuccess
Function · 0.50
isResult
Function · 0.50
map
Function · 0.50
Tested by
no test coverage detected