MCPcopy
hub / github.com/prisma/prisma / array

Function array

packages/ts-builders/src/ArrayType.ts:16–18  ·  view source on GitHub ↗
(elementType: TypeBuilder)

Source from the content-addressed store, hash-verified

14}
15
16export function array(elementType: TypeBuilder): ArrayType {
17 return new ArrayType(elementType)
18}

Callers 5

KeyType.test.tsFile · 0.90
ArrayType.test.tsFile · 0.90
KeyofType.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…