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

Method annotations

packages/effect/src/Schema.ts:3610–3612  ·  view source on GitHub ↗
(annotations: Annotations.Schema<A>)

Source from the content-addressed store, hash-verified

3608): refine<A, From> {
3609 return class RefineClass extends make<A, Schema.Encoded<From>, Schema.Context<From>>(ast) {
3610 static override annotations(annotations: Annotations.Schema<A>): refine<A, From> {
3611 return makeRefineClass(this.from, this.filter, mergeSchemaAnnotations(this.ast, annotations))
3612 }
3613
3614 static [RefineSchemaId] = from
3615

Callers

nothing calls this directly

Calls 2

makeRefineClassFunction · 0.85
mergeSchemaAnnotationsFunction · 0.85

Tested by

no test coverage detected