Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DialmasterOrg/Youtarr
/ getAllJobs
Method
getAllJobs
server/modules/jobModule.js:911–913 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
909
}
910
911
getAllJobs() {
912
return
this.jobs;
913
}
914
915
async
addJob(job) {
916
const
jobId = uuidv4();
// Generate a new UUID
Callers
4
startNextJob
Method · 0.95
hasActiveDownloads
Method · 0.80
channelAutoDownload
Method · 0.80
jobModule.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected