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

Function annotateKey

repos/effect/packages/effect/src/Schema.ts:599–603  ·  view source on GitHub ↗
(annotations: Annotations.Key<S["Type"]>)

Source from the content-addressed store, hash-verified

597 * type T = typeof bottom["Type"] // string
598 * type E = typeof bottom["Encoded"] // string
599 * ```
600 *
601 * @category utility types
602 * @since 4.0.0
603 */
604export function revealBottom<S extends Top>(
605 bottom: S
606): Bottom<

Callers

nothing calls this directly

Calls 2

rebuildMethod · 0.65
annotateKeyMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…