Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
259
export
function
getJob(jobName, applicationId) {
260
return
get(Category.Jobs, jobName, applicationId);
261
}
262
263
export
function
getJobs(applicationId) {
264
var
manager = _triggerStore[applicationId];
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected