MCPcopy
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.tsFile · 0.45
buildTypedQueryTsFunction · 0.45
setGeneratedNameMethod · 0.45
buildTypedQueryFunction · 0.45
setGeneratedNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected