MCPcopy Create free account
hub / github.com/Effect-TS/effect / annotateKey

Method annotateKey

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

Source from the content-addressed store, hash-verified

184
185 annotate(annotations: Annotations.Bottom<this["Type"], this["~type.parameters"]>): this["Rebuild"]
186 annotateKey(annotations: Annotations.Key<this["Type"]>): this["Rebuild"]
187 check(...checks: readonly [SchemaAST.Check<this["Type"]>, ...Array<SchemaAST.Check<this["Type"]>>]): this["Rebuild"]
188 rebuild(ast: this["ast"]): this["Rebuild"]
189 /**

Callers 12

toCodec.test.tsFile · 0.65
Schema.test.tsFile · 0.65
toJson.test.tsFile · 0.65
annotateKeyFunction · 0.65
annotateKeyMethod · 0.65
annotateKeyFunction · 0.65
recurFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected