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

Method getData

src/request.js:30–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 };
29
30 const getData = () => {
31 if (!_data) {
32 try {
33 _data = JSON.parse(getText());
34 } catch {
35 /* */
36 }
37 }
38 return _data;
39 };
40
41 Object.defineProperty(this, 'body', {
42 get: () => {

Callers 1

CloudCode.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected