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

Method annotations

packages/effect/src/Schema.ts:1577–1579  ·  view source on GitHub ↗
(annotations: Annotations.Schema<TupleType.Type<[], [Value]>>)

Source from the content-addressed store, hash-verified

1575): Array$<Value> {
1576 return class ArrayClass extends makeTupleTypeClass<[], [Value]>([], [value], ast) {
1577 static override annotations(annotations: Annotations.Schema<TupleType.Type<[], [Value]>>) {
1578 return makeArrayClass(this.value, mergeSchemaAnnotations(this.ast, annotations))
1579 }
1580
1581 static value = value
1582 }

Callers

nothing calls this directly

Calls 2

makeArrayClassFunction · 0.85
mergeSchemaAnnotationsFunction · 0.85

Tested by

no test coverage detected