MCPcopy Index your code
hub / github.com/bee-queue/bee-queue / remove

Method remove

lib/job.js:189–193  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

187 }
188
189 remove(cb) {
190 const promise = this.queue.removeJob(this.id).then(() => this);
191 if (cb) helpers.asCallback(promise, cb);
192 return promise;
193 }
194
195 retry(cb) {
196 const promise = this.queue

Callers

nothing calls this directly

Calls 1

removeJobMethod · 0.80

Tested by

no test coverage detected