(annotations: Annotations.Schema<Schema.Type<To>>)
| 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 |
nothing calls this directly
no test coverage detected