MCPcopy Index your code
hub / github.com/Effect-TS/effect / annotations

Method annotations

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

Source from the content-addressed store, hash-verified

1615) {
1616 return class NonEmptyArrayClass extends makeTupleTypeClass<[Value], [Value]>([value], [value], ast) {
1617 static override annotations(annotations: Annotations.Schema<TupleType.Type<[Value], [Value]>>) {
1618 return makeNonEmptyArrayClass(this.value, mergeSchemaAnnotations(this.ast, annotations))
1619 }
1620
1621 static value = value
1622 }

Callers

nothing calls this directly

Calls 2

makeNonEmptyArrayClassFunction · 0.85
mergeSchemaAnnotationsFunction · 0.85

Tested by

no test coverage detected