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

Function actionCreate

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

Source from the content-addressed store, hash-verified

1975 const actionFind = () => new Parse.Query(className).find();
1976 const actionCount = () => new Parse.Query(className).count();
1977 const actionCreate = () => new Parse.Object(className).save();
1978 const actionUpdate = obj => obj.save({ revision: 2 });
1979 const actionDelete = obj => obj.destroy();
1980 const actionAddFieldOnCreate = () =>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected