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

Function causeToFormatter

repos/effect/packages/effect/src/Schema.ts:9319–9322  ·  view source on GitHub ↗
(error: Formatter<E>, defect: Formatter<unknown>)

Source from the content-addressed store, hash-verified

9317 toCodecJson: () =>
9318 link<globalThis.FormData>()(
9319 ArraySchema(
9320 Tuple([
9321 String,
9322 Union([
9323 Struct({ _tag: tag("String"), value: String }),
9324 Struct({ _tag: tag("File"), value: File })
9325 ])

Callers 2

CauseFunction · 0.85
ExitFunction · 0.85

Calls 3

causeReasonToFormatterFunction · 0.85
joinMethod · 0.80
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…