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

Method annotate

packages/effect/src/Schema.ts:185–185  ·  view source on GitHub ↗
(annotations: Annotations.Bottom<this["Type"], this["~type.parameters"]>)

Source from the content-addressed store, hash-verified

183 readonly "~encoded.optionality": EncodedOptionality
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"]

Callers 12

annotateFunction · 0.65
annotateEncodedFunction · 0.65
makeIsGreaterThanFunction · 0.65
makeIsLessThanFunction · 0.65
makeIsLessThanOrEqualToFunction · 0.65
makeIsBetweenFunction · 0.65
makeIsMultipleOfFunction · 0.65
Schema.tsFile · 0.65
annotateMethod · 0.65
returnFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected