Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
2841
export
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…