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

Function getJobs

src/triggers.js:263–269  ·  view source on GitHub ↗
(applicationId)

Source from the content-addressed store, hash-verified

261}
262
263export function getJobs(applicationId) {
264 var manager = _triggerStore[applicationId];
265 if (manager && manager.Jobs) {
266 return manager.Jobs;
267 }
268 return undefined;
269}
270
271export function getValidator(functionName, applicationId) {
272 return get(Category.Validators, functionName, applicationId);

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…