MCPcopy
hub / github.com/prisma/prisma / optional

Method optional

packages/ts-builders/src/Property.ts:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 ) {}
18
19 optional(): this {
20 this.isOptional = true
21 return this
22 }
23
24 readonly(): this {
25 this.isReadonly = true

Callers 15

schemas.tsFile · 0.45
Parameter.test.tsFile · 0.45
Property.test.tsFile · 0.45
buildClientOptionsMethod · 0.45
promiseCallbackFunction · 0.45
globalOmitConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected