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

Class DeclareClass

packages/effect/src/Schema.ts:1051–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1049 ast: AST.AST
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}
1058
1059/**

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…