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

Function actionGet

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

Source from the content-addressed store, hash-verified

1972 const className = 'AnObject';
1973
1974 const actionGet = id => new Parse.Query(className).get(id);
1975 const actionFind = () => new Parse.Query(className).find();
1976 const actionCount = () => new Parse.Query(className).count();
1977 const actionCreate = () => new Parse.Object(className).save();

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected