Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
Parameter.test.ts
File · 0.45
Property.test.ts
File · 0.45
clientTypeMapModelsResultDefinition
Function · 0.45
batchingTransactionDefinition
Function · 0.45
interactiveTransactionDefinition
Function · 0.45
buildClientOptions
Method · 0.45
getNonAggregateMethodArgs
Function · 0.45
buildFluentWrapperDefinition
Function · 0.45
promiseCallback
Function · 0.45
buildSelectOrIncludeObject
Function · 0.45
globalOmitConfig
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected