Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/blitz-js/blitz
/ toString
Method
toString
packages/generator/src/prisma/model.ts:115–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
toString(): string {
116
return
ast.printSchema({
117
type
:
"schema"
,
118
list: [this.createModelAst()],
119
})
120
}
121
}
Callers
15
handleStdout
Function · 0.80
handleStderr
Function · 0.80
getFullUrl
Function · 0.80
runBlitzCommand
Function · 0.80
runNextCommand
Function · 0.80
handleData
Function · 0.80
readJson
Function · 0.80
evalAsync
Method · 0.80
setup
Method · 0.80
Content
Function · 0.80
getRand
Function · 0.80
New__ModelName__Page
Function · 0.80
Calls
1
createModelAst
Method · 0.95
Tested by
no test coverage detected