MCPcopy Create free account
hub / github.com/pastelsky/bundlephobia / setJobToProcessing

Method setJobToProcessing

server/Queue.js:141–147  ·  view source on GitHub ↗
(id, type)

Source from the content-addressed store, hash-verified

139 }
140
141 setJobToProcessing(id, type) {
142 this.jobs.forEach((job) => {
143 if (job.id === id && job.type === type) {
144 job.status = Job.status.PROCESSING
145 }
146 })
147 }
148
149 /**
150 * Executes the next job in queue iff

Callers 1

executeNextJobMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected