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

Function getJSONIdentifier

packages/effect/src/SchemaAST.ts:482–483  ·  view source on GitHub ↗
(annotated: Annotated)

Source from the content-addressed store, hash-verified

480 * @since 3.10.0
481 */
482export const getJSONIdentifier = (annotated: Annotated) =>
483 Option.orElse(getJSONIdentifierAnnotation(annotated), () => getIdentifierAnnotation(annotated))
484
485// -------------------------------------------------------------------------------------
486// schema ids

Callers 1

encodedAST_Function · 0.85

Calls 1

getIdentifierAnnotationFunction · 0.85

Tested by

no test coverage detected