Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ tupleType
Function
tupleType
packages/ts-builders/src/TupleType.ts:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
export
function
tupleType() {
39
return
new
TupleType()
40
}
41
42
export
function
tupleItem(
type
: TypeBuilder) {
43
return
new
TupleItem(
type
)
Callers
1
TupleType.test.ts
File · 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…