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

Method save

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

Source from the content-addressed store, hash-verified

100 }
101
102 save(cb) {
103 const promise = this._save((args) =>
104 this.queue._evalScript.apply(this.queue, args)
105 );
106
107 if (cb) helpers.asCallback(promise, cb);
108 return promise;
109 }
110
111 setId(id) {
112 this.id = id;

Callers

nothing calls this directly

Calls 1

_saveMethod · 0.95

Tested by

no test coverage detected