Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ setName
Method
setName
packages/ts-builders/src/TupleType.ts:9–12 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
7
constructor(readonly
type
: TypeBuilder) {}
8
9
setName(name: string) {
10
this.name = name
11
return
this
12
}
13
14
write(writer: Writer<undefined>): void {
15
if
(this.name) {
Callers
5
TupleType.test.ts
File · 0.45
buildTypedQueryTs
Function · 0.45
setGeneratedName
Method · 0.45
buildTypedQuery
Function · 0.45
setGeneratedName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected