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

Function actionAddFieldOnCreate

spec/PointerPermissions.spec.js:1980–1981  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1978 const actionUpdate = obj => obj.save({ revision: 2 });
1979 const actionDelete = obj => obj.destroy();
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.');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected