MCPcopy
hub / github.com/prisma/prisma / catch

Function catch

packages/client/src/runtime/core/request/createPrismaPromise.ts:54–56  ·  view source on GitHub ↗
(onRejected)

Source from the content-addressed store, hash-verified

52 return _callback().then(onFulfilled, onRejected)
53 },
54 catch(onRejected) {
55 return _callback().catch(onRejected)
56 },
57 finally(onFinally) {
58 return _callback().finally(onFinally)
59 },

Callers

nothing calls this directly

Calls 2

_callbackFunction · 0.85
catchMethod · 0.80

Tested by

no test coverage detected