MCPcopy
hub / github.com/prisma/prisma / then

Function then

packages/client/src/runtime/core/request/createPrismaPromise.ts:51–53  ·  view source on GitHub ↗
(onFulfilled, onRejected)

Source from the content-addressed store, hash-verified

49 },
50
51 then(onFulfilled, onRejected) {
52 return _callback().then(onFulfilled, onRejected)
53 },
54 catch(onRejected) {
55 return _callback().catch(onRejected)
56 },

Callers

nothing calls this directly

Calls 2

_callbackFunction · 0.85
thenMethod · 0.65

Tested by

no test coverage detected