MCPcopy
hub / github.com/prisma/prisma / release

Method release

packages/client/tests/e2e/_utils/run.ts:248–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 }
247
248 release(): void {
249 if (this.#waiting.length > 0) {
250 this.#waiting.shift()!()
251 } else {
252 this.#permits++
253 }
254 }
255}
256
257process.on('SIGINT', async () => {

Callers 11

mainFunction · 0.95
sendPanicFunction · 0.80
commitMethod · 0.80
rollbackMethod · 0.80
startTransactionMethod · 0.80
disposeMethod · 0.80
disposeMethod · 0.80
disposeMethod · 0.80
commitMethod · 0.80
rollbackMethod · 0.80
startTransactionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected