Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ getRestASTs
Function
getRestASTs
packages/effect/src/SchemaAST.ts:1301–1301 ·
view source on GitHub ↗
(rest: ReadonlyArray<Type>)
Source
from the content-addressed store, hash-verified
1299
}
1300
1301
const
getRestASTs = (rest: ReadonlyArray<Type>): ReadonlyArray<AST> => rest.map((annotatedAST) => annotatedAST.
type
)
1302
1303
/**
1304
* @category model
Callers
4
getNumberIndexedAccess
Function · 0.85
partial
Function · 0.85
typeAST
Function · 0.85
encodedAST_
Function · 0.85
Calls
1
map
Method · 0.65
Tested by
no test coverage detected