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

Method annotations

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

Source from the content-addressed store, hash-verified

1050): declare<A, I, P, R> {
1051 return class DeclareClass extends make<A, I, R>(ast) {
1052 static override annotations(annotations: Annotations.Schema<A>): declare<A, I, P, R> {
1053 return makeDeclareClass(this.typeParameters, mergeSchemaAnnotations(this.ast, annotations))
1054 }
1055 static typeParameters = [...typeParameters] as any as P
1056 }
1057}

Callers

nothing calls this directly

Calls 2

makeDeclareClassFunction · 0.85
mergeSchemaAnnotationsFunction · 0.85

Tested by

no test coverage detected