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

Function encodedAST

packages/effect/src/SchemaAST.ts:2841–2841  ·  view source on GitHub ↗
(ast: AST)

Source from the content-addressed store, hash-verified

2839 * @since 3.10.0
2840 */
2841export const encodedAST = (ast: AST): AST => encodedAST_(ast, false)
2842
2843/**
2844 * @since 3.10.0

Callers

nothing calls this directly

Calls 1

encodedAST_Function · 0.85

Tested by

no test coverage detected