MCPcopy 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

isFunctionFunction · 0.90
predicateFunction · 0.85
succeedFunction · 0.70
failFunction · 0.70
onFailureFunction · 0.70
onSuccessFunction · 0.70
matchFunction · 0.70
isFailureFunction · 0.50
fFunction · 0.50
isSuccessFunction · 0.50
isResultFunction · 0.50
mapFunction · 0.50

Tested by

no test coverage detected