Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ RestQuery.js
File
RestQuery.js
src/RestQuery.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// An object that encapsulates everything we need to run a 'find'
2
// operation, encoded in the REST API format.
3
4
var
SchemaController = require(
'./Controllers/SchemaController'
);
Callers
nothing calls this directly
Calls
15
checkDepth
Function · 0.85
enforceRoleSecurity
Function · 0.85
createSanitizedError
Function · 0.85
findObjectWithKey
Function · 0.85
RestQuery
Function · 0.85
transformInQuery
Function · 0.85
transformNotInQuery
Function · 0.85
transformSelect
Function · 0.85
transformDontSelect
Function · 0.85
replaceEqualityConstraint
Function · 0.85
checkWhere
Function · 0.85
execute
Method · 0.80
Tested by
no test coverage detected