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

Function OptionFromUndefinedOr

repos/effect/packages/effect/src/Schema.ts:8599–8604  ·  view source on GitHub ↗
(schema: S)

Source from the content-addressed store, hash-verified

8597 * @category options
8598 * @since 4.0.0
8599 */
8600export interface ErrorOptions {
8601 /**
8602 * Includes string stack traces in encoded `Error` values when set to `true`.
8603 *
8604 * @default false
8605 */
8606 readonly includeStack?: boolean | undefined
8607 /**

Callers

nothing calls this directly

Calls 5

UndefinedOrInterface · 0.85
toTypeInterface · 0.85
decodeToFunction · 0.70
OptionFunction · 0.70
pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…