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

Function buildNestedNotInQuery

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

Source from the content-addressed store, hash-verified

14 }
15
16 function buildNestedNotInQuery(depth, className = '_User') {
17 let where = {};
18 for (let i = 0; i < depth; i++) {
19 where = { username: { $notInQuery: { className, where } } };
20 }
21 return where;
22 }
23
24 function buildNestedSelect(depth, className = '_User') {
25 let where = {};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected