Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
257
process.on(
'SIGINT'
,
async
() => {
Callers
11
main
Function · 0.95
sendPanic
Function · 0.80
commit
Method · 0.80
rollback
Method · 0.80
startTransaction
Method · 0.80
dispose
Method · 0.80
dispose
Method · 0.80
dispose
Method · 0.80
commit
Method · 0.80
rollback
Method · 0.80
startTransaction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected