MCPcopy
hub / github.com/prisma/prisma / debugPanic

Method debugPanic

packages/migrate/src/SchemaEngine.ts:35–35  ·  view source on GitHub ↗

* Make the Schema engine panic. Only useful to test client error handling.

()

Source from the content-addressed store, hash-verified

33 * Make the Schema engine panic. Only useful to test client error handling.
34 */
35 debugPanic(): Promise<void>
36
37 /**
38 * The method called at the beginning of migrate dev to decide the course of action,

Callers 1

mainFunction · 0.65

Implementers 2

SchemaEngineCLIpackages/migrate/src/SchemaEngineCLI.t
SchemaEngineWasmpackages/migrate/src/SchemaEngineWasm.

Calls

no outgoing calls

Tested by

no test coverage detected