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

Method debugPanic

packages/migrate/src/SchemaEngineWasm.ts:155–158  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

153 * Make the Schema engine panic. Only useful to test client error handling.
154 */
155 public async debugPanic() {
156 await this.runCommand('debugPanic', undefined)
157 return null as never
158 }
159
160 /**
161 * The method called at the beginning of migrate dev to decide the course of action,

Callers 1

runCommandMethod · 0.95

Calls 1

runCommandMethod · 0.95

Tested by

no test coverage detected