MCPcopy
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) {

Calls

no outgoing calls

Tested by

no test coverage detected