MCPcopy Create free account
hub / github.com/effect-app/libs / Option.ts

File Option.ts

repos/effect/packages/effect/src/Option.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Models a value that may be present or absent.
3 *
4 * An `Option<A>` is `Some<A>` when a value is available and `None` when it is

Callers

nothing calls this directly

Calls 14

isFunctionFunction · 0.90
isNoneFunction · 0.85
isSomeFunction · 0.85
isOptionFunction · 0.85
productFunction · 0.85
predicateFunction · 0.85
onNoneFunction · 0.70
onSomeFunction · 0.70
someFunction · 0.70
noneFunction · 0.70
fromNullishOrFunction · 0.70
containsWithFunction · 0.70

Tested by

no test coverage detected