MCPcopy
hub / github.com/parse-community/parse-server / proc

Function proc

spec/ParseObject.spec.js:1837–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1835 const dict = {};
1836 for (let i = 0; i < 5; i++) {
1837 const proc = iter => {
1838 const child = new Parse.Object('Child');
1839 child.set('name', 'testname' + i);
1840 dict[iter] = child;
1841 };
1842 proc(i);
1843 }
1844 parent.set('childDict', dict);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected