MCPcopy Index your code
hub / github.com/parse-community/parse-server / getJob

Function getJob

src/triggers.js:259–261  ·  view source on GitHub ↗
(jobName, applicationId)

Source from the content-addressed store, hash-verified

257}
258
259export function getJob(jobName, applicationId) {
260 return get(Category.Jobs, jobName, applicationId);
261}
262
263export function getJobs(applicationId) {
264 var manager = _triggerStore[applicationId];

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected