Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ finally
Function
finally
packages/client/src/runtime/core/request/createPrismaPromise.ts:57–59 ·
view source on GitHub ↗
(onFinally)
Source
from the content-addressed store, hash-verified
55
return
_callback().catch(onRejected)
56
},
57
finally(onFinally) {
58
return
_callback().finally(onFinally)
59
},
60
61
requestTransaction(batchTransaction) {
62
const
promise = _callback(batchTransaction)
Callers
nothing calls this directly
Calls
2
_callback
Function · 0.85
finally
Method · 0.80
Tested by
no test coverage detected