MCPcopy
hub / github.com/Effect-TS/effect / annotations

Method annotations

packages/effect/src/Schema.ts:3810–3816  ·  view source on GitHub ↗
(annotations: Annotations.Schema<Schema.Type<To>>)

Source from the content-addressed store, hash-verified

3808 extends make<Schema.Type<To>, Schema.Encoded<From>, Schema.Context<From> | Schema.Context<To> | R>(ast)
3809 {
3810 static override annotations(annotations: Annotations.Schema<Schema.Type<To>>) {
3811 return makeTransformationClass<From, To, R>(
3812 this.from,
3813 this.to,
3814 mergeSchemaAnnotations(this.ast, annotations)
3815 )
3816 }
3817
3818 static from = from
3819

Callers

nothing calls this directly

Calls 2

makeTransformationClassFunction · 0.85
mergeSchemaAnnotationsFunction · 0.85

Tested by

no test coverage detected