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

Function addJob

src/triggers.js:155–157  ·  view source on GitHub ↗
(jobName, handler, applicationId)

Source from the content-addressed store, hash-verified

153}
154
155export function addJob(jobName, handler, applicationId) {
156 add(Category.Jobs, jobName, handler, applicationId);
157}
158
159export function addTrigger(type, className, handler, applicationId, validationHandler) {
160 validateClassNameForTriggers(className, type);

Callers

nothing calls this directly

Calls 1

addFunction · 0.85

Tested by

no test coverage detected