MCPcopy 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

startNextJobMethod · 0.95
hasActiveDownloadsMethod · 0.80
channelAutoDownloadMethod · 0.80
jobModule.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected