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

Function isSpecialUpdateKey

src/Controllers/DatabaseController.js:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313const specialKeysForUpdate = Object.keys(internalFields).filter(k => internalFields[k].masterWrite);
314
315const isSpecialUpdateKey = key => {
316 return specialKeysForUpdate.indexOf(key) >= 0;
317};
318
319function joinTableName(className, key) {
320 return `_Join:${key}:${className}`;

Callers 1

updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…