Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parse-community/parse-server
/ CloudCode.Validator.spec.js
File
CloudCode.Validator.spec.js
spec/CloudCode.Validator.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
Parse = require(
'parse/node'
);
3
const
validatorFail = () => {
4
throw
'you are not authorized'
;
Callers
nothing calls this directly
Calls
8
fail
Function · 0.85
destroy
Method · 0.80
testConfig
Function · 0.70
find
Method · 0.65
run
Method · 0.45
get
Method · 0.45
beforeFind
Method · 0.45
afterFind
Method · 0.45
Tested by
no test coverage detected