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

Function processAST

packages/platform/src/OpenApi.ts:255–260  ·  view source on GitHub ↗
(ast: AST.AST)

Source from the content-addressed store, hash-verified

253 }
254
255 function processAST(ast: AST.AST): JsonSchema.JsonSchema {
256 return JsonSchema.fromAST(ast, {
257 defs: jsonSchemaDefs,
258 additionalPropertiesStrategy: options?.additionalPropertiesStrategy
259 })
260 }
261
262 function processHttpApiSecurity(
263 name: string,

Callers 4

fromApiFunction · 0.85
processResponseMapFunction · 0.85
processParametersFunction · 0.85
onEndpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected