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

Function getValidator

src/triggers.js:271–273  ·  view source on GitHub ↗
(functionName, applicationId)

Source from the content-addressed store, hash-verified

269}
270
271export function getValidator(functionName, applicationId) {
272 return get(Category.Validators, functionName, applicationId);
273}
274
275export function getRequestObject(
276 triggerType,

Callers 1

maybeRunValidatorFunction · 0.85

Calls 1

getFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…