Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
`
22
model ${this.name} {
23
${this.body}
24
}
25
`
26
}
27
}
28
29
function
main() {
Callers
3
main
Function · 0.95
executeEsBuild
Function · 0.45
setup
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected