Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doSingleChannelDownloadJob
Method · 0.80
doGroupedChannelDownloads
Method · 0.80
doSpecificDownloads
Method · 0.80
getImport
Method · 0.80
jobModule.test.js
File · 0.80
maybeFinalize
Method · 0.80
persistCompletedVideosBeforeTerminalUpdate
Function · 0.80
saveIntermediateGroupResults
Function · 0.80
finalizeDownloadJob
Function · 0.80
doDownload
Method · 0.80
jobs.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected