Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/parse-community/parse-server
/ getJobStatus
Function
getJobStatus
spec/CloudCode.spec.js:2321–2324 ·
view source on GitHub ↗
(jobId)
Source
from the content-addressed store, hash-verified
2319
});
2320
2321
function
getJobStatus(jobId) {
2322
const
q =
new
Parse.Query(
'_JobStatus'
);
2323
return
q.get(jobId, { useMasterKey: true });
2324
}
2325
});
2326
});
2327
Callers
2
checkJobStatus
Function · 0.85
CloudCode.spec.js
File · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected