MCPcopy
hub / github.com/prisma/prisma / keyType

Function keyType

packages/ts-builders/src/KeyType.ts:18–20  ·  view source on GitHub ↗
(baseType: TypeBuilder, key: string)

Source from the content-addressed store, hash-verified

16}
17
18export function keyType(baseType: TypeBuilder, key: string) {
19 return new KeyType(baseType, key)
20}

Callers 1

KeyType.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…