MCPcopy Index your code
hub / github.com/parse-community/parse-server / update

Function update

src/StatusHandler.js:42–44  ·  view source on GitHub ↗
(where, object)

Source from the content-addressed store, hash-verified

40 }
41
42 function update(where, object) {
43 return jobPromiseQueue.enqueue(where.objectId, () => database.update(className, where, object));
44 }
45
46 return Object.freeze({
47 create,

Callers

nothing calls this directly

Calls 2

updateMethod · 0.80
enqueueMethod · 0.45

Tested by

no test coverage detected