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

Function isParseJsonTransformation

packages/effect/src/JSONSchema.ts:539–540  ·  view source on GitHub ↗
(ast: AST.AST)

Source from the content-addressed store, hash-verified

537}
538
539const isParseJsonTransformation = (ast: AST.AST): boolean =>
540 ast.annotations[AST.SchemaIdAnnotationId] === AST.ParseJsonSchemaId
541
542const isOverrideAnnotation = (ast: AST.AST, jsonSchema: JsonSchema7): boolean => {
543 if (AST.isRefinement(ast)) {

Callers 2

makeFunction · 0.85
goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected