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

Method annotations

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

Source from the content-addressed store, hash-verified

124 [TypeId] = variance
125 static ast = ast
126 static annotations(annotations: Annotations.GenericSchema<A>) {
127 return make<A, I, R>(mergeSchemaAnnotations(this.ast, annotations))
128 }
129 static pipe() {
130 return pipeArguments(this, arguments)
131 }

Callers

nothing calls this directly

Calls 2

mergeSchemaAnnotationsFunction · 0.85
makeFunction · 0.70

Tested by

no test coverage detected