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

Function buildNestedDontSelect

spec/RequestComplexity.spec.js:32–38  ·  view source on GitHub ↗
(depth, className = '_User')

Source from the content-addressed store, hash-verified

30 }
31
32 function buildNestedDontSelect(depth, className = '_User') {
33 let where = {};
34 for (let i = 0; i < depth; i++) {
35 where = { username: { $dontSelect: { query: { className, where }, key: 'username' } } };
36 }
37 return where;
38 }
39
40 function buildNestedOrQuery(depth) {
41 let where = { username: 'test' };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected