MCPcopy Create free account
hub / github.com/parse-community/parse-server / complete

Function complete

src/StatusHandler.js:308–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 };
307
308 const complete = function () {
309 return handler.update(
310 { objectId },
311 {
312 status: 'succeeded',
313 count: { __op: 'Delete' },
314 }
315 );
316 };
317
318 const fail = function (err) {
319 if (typeof err === 'string') {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…