MCPcopy Create free account
hub / github.com/parse-community/parse-server / validatorSuccess

Function validatorSuccess

spec/CloudCode.Validator.spec.js:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 throw 'you are not authorized';
5};
6const validatorSuccess = () => {
7 return true;
8};
9function testConfig() {
10 return Parse.Config.save({ internal: 'i', string: 's', number: 12 }, { internal: true });
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…