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

Method annotations

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

Source from the content-addressed store, hash-verified

1948 super(ast)
1949 }
1950 annotations(
1951 annotations: PropertySignature.Annotations<Type>
1952 ): PropertySignatureWithFromImpl<From, TypeToken, Type, Key, EncodedToken, Encoded, HasDefault, R> {
1953 return new PropertySignatureWithFromImpl(
1954 mergeSignatureAnnotations(this.ast, toASTAnnotations(annotations)),
1955 this.from
1956 )
1957 }
1958}
1959
1960/**

Callers

nothing calls this directly

Calls 2

toASTAnnotationsFunction · 0.85

Tested by

no test coverage detected