MCPcopy 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
1301const getRestASTs = (rest: ReadonlyArray<Type>): ReadonlyArray<AST> => rest.map((annotatedAST) => annotatedAST.type)
1302
1303/**
1304 * @category model

Callers 4

getNumberIndexedAccessFunction · 0.85
partialFunction · 0.85
typeASTFunction · 0.85
encodedAST_Function · 0.85

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…