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

Function mergeSchemaAnnotations

packages/effect/src/Schema.ts:274–275  ·  view source on GitHub ↗
(ast: AST.AST, annotations: Annotations.Schema<A>)

Source from the content-addressed store, hash-verified

272}
273
274const mergeSchemaAnnotations = <A>(ast: AST.AST, annotations: Annotations.Schema<A>): AST.AST =>
275 AST.annotations(ast, toASTAnnotations(annotations))
276
277/**
278 * @category annotations

Callers 14

annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85
annotationsMethod · 0.85

Calls 2

toASTAnnotationsFunction · 0.85
annotationsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…