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

Method annotations

packages/effect/src/Schema.ts:1911–1915  ·  view source on GitHub ↗
(
    annotations: PropertySignature.Annotations<Type>
  )

Source from the content-addressed store, hash-verified

1909 }
1910
1911 annotations(
1912 annotations: PropertySignature.Annotations<Type>
1913 ): PropertySignature<TypeToken, Type, Key, EncodedToken, Encoded, HasDefault, R> {
1914 return new PropertySignatureImpl(mergeSignatureAnnotations(this.ast, toASTAnnotations(annotations)))
1915 }
1916
1917 toString() {
1918 return String(this.ast)

Callers

nothing calls this directly

Calls 2

toASTAnnotationsFunction · 0.85

Tested by

no test coverage detected