MCPcopy
hub / github.com/Effect-TS/effect / Option.ts

File Option.ts

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

Source from the content-addressed store, hash-verified

1/**
2 * @since 2.0.0
3 */
4import type { Either } from "./Either.js"

Callers

nothing calls this directly

Calls 15

onNoneFunction · 0.85
onSomeFunction · 0.85
isSomeFunction · 0.85
noneFunction · 0.85
asFunction · 0.85
isFunctionFunction · 0.85
isOptionFunction · 0.85
tapFunction · 0.85
zipWithFunction · 0.85
filterMapFunction · 0.85
someFunction · 0.70
mapFunction · 0.70

Tested by

no test coverage detected