Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ formatInline
Method
formatInline
packages/ts-builders/src/ObjectType.ts:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
formatInline() {
27
this.inline = true
28
return
this
29
}
30
31
write(writer: Writer): void {
32
if
(this.items.length === 0) {
Callers
5
ObjectType.test.ts
File · 0.80
batchingTransactionDefinition
Function · 0.80
interactiveTransactionDefinition
Function · 0.80
batchingTransactionDefinition
Function · 0.80
interactiveTransactionDefinition
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected