MCPcopy
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

_callbackFunction · 0.85
finallyMethod · 0.80

Tested by

no test coverage detected