MCPcopy
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

handleStdoutFunction · 0.80
handleStderrFunction · 0.80
getFullUrlFunction · 0.80
runBlitzCommandFunction · 0.80
runNextCommandFunction · 0.80
handleDataFunction · 0.80
readJsonFunction · 0.80
evalAsyncMethod · 0.80
setupMethod · 0.80
ContentFunction · 0.80
getRandFunction · 0.80
New__ModelName__PageFunction · 0.80

Calls 1

createModelAstMethod · 0.95

Tested by

no test coverage detected