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

Method annotations

packages/effect/src/Schema.ts:1511–1515  ·  view source on GitHub ↗
(
      annotations: Annotations.Schema<TupleType.Type<Elements, Rest>>
    )

Source from the content-addressed store, hash-verified

1509 Schema.Context<Elements[number]> | Schema.Context<Rest[number]>
1510 >(ast) {
1511 static override annotations(
1512 annotations: Annotations.Schema<TupleType.Type<Elements, Rest>>
1513 ): TupleType<Elements, Rest> {
1514 return makeTupleTypeClass(this.elements, this.rest, mergeSchemaAnnotations(this.ast, annotations))
1515 }
1516
1517 static elements = [...elements] as any as Elements
1518

Callers

nothing calls this directly

Calls 2

makeTupleTypeClassFunction · 0.85
mergeSchemaAnnotationsFunction · 0.85

Tested by

no test coverage detected