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

Function actionAddFieldOnUpdate

spec/PointerPermissions.spec.js:1982–1982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1980 const actionAddFieldOnCreate = () =>
1981 new Parse.Object(className, { ['extra' + Date.now()]: 'field' }).save();
1982 const actionAddFieldOnUpdate = obj => obj.save({ ['another' + Date.now()]: 'field' });
1983
1984 const OBJECT_NOT_FOUND = new Parse.Error(Parse.Error.OBJECT_NOT_FOUND, 'Object not found.');
1985 const PERMISSION_DENIED = jasmine.stringMatching('Permission denied');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…