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

Method annotations

packages/effect/src/Schema.ts:1280–1282  ·  view source on GitHub ↗
(annotations: Annotations.Schema<Schema.Type<Members[number]>>)

Source from the content-addressed store, hash-verified

1278 Schema.Context<Members[number]>
1279 >(ast) {
1280 static override annotations(annotations: Annotations.Schema<Schema.Type<Members[number]>>): Union<Members> {
1281 return makeUnionClass(this.members, mergeSchemaAnnotations(this.ast, annotations))
1282 }
1283
1284 static members = [...members]
1285 }

Callers

nothing calls this directly

Calls 2

makeUnionClassFunction · 0.85
mergeSchemaAnnotationsFunction · 0.85

Tested by

no test coverage detected