MCPcopy
hub / github.com/prisma/prisma / build

Method build

packages/client/src/__tests__/benchmarks/huge-schema/builder.ts:20–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 this.body = body ?? ``
19 }
20 public build() {
21 return `
22model ${this.name} {
23 ${this.body}
24}
25`
26 }
27}
28
29function main() {

Callers 3

mainFunction · 0.95
executeEsBuildFunction · 0.45
setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected