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

Function encodedBoundAST

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

Source from the content-addressed store, hash-verified

2844 * @since 3.10.0
2845 */
2846export const encodedBoundAST = (ast: AST): AST => encodedAST_(ast, true)
2847
2848const toJSONAnnotations = (annotations: Annotations): object => {
2849 const out: Record<string, unknown> = {}

Callers

nothing calls this directly

Calls 1

encodedAST_Function · 0.85

Tested by

no test coverage detected