MCPcopy
hub / github.com/prisma/prisma / getWarningMessage

Method getWarningMessage

packages/migrate/src/commands/DbPull.ts:310–316  ·  view source on GitHub ↗
(warnings: EngineArgs.IntrospectResult['warnings'])

Source from the content-addressed store, hash-verified

308 }
309
310 private getWarningMessage(warnings: EngineArgs.IntrospectResult['warnings']): string {
311 if (warnings) {
312 return `\n${warnings}`
313 }
314
315 return ''
316 }
317
318 public help(error?: string): string | HelpError {
319 if (error) {

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected