MCPcopy Create free account
hub / github.com/DialmasterOrg/Youtarr / getJob

Method getJob

server/modules/jobModule.js:838–840  ·  view source on GitHub ↗
(jobId)

Source from the content-addressed store, hash-verified

836 }
837
838 getJob(jobId) {
839 return this.jobs[jobId];
840 }
841
842 getRunningJobs() {
843 // If this.jobs is undefined or null, return an empty array

Callers 11

doSpecificDownloadsMethod · 0.80
getImportMethod · 0.80
jobModule.test.jsFile · 0.80
maybeFinalizeMethod · 0.80
finalizeDownloadJobFunction · 0.80
doDownloadMethod · 0.80
jobs.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected