MCPcopy
hub / github.com/bee-queue/bee-queue / ready

Method ready

lib/queue.js:182–191  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

180 }
181
182 ready(cb) {
183 if (cb) {
184 helpers.asCallback(
185 this._ready.then(() => {}),
186 cb
187 );
188 }
189
190 return this._ready;
191 }
192
193 _commandable(requireBlocking) {
194 if (requireBlocking ? this.paused : this._isClosed) {

Callers 3

queue-test.jsFile · 0.80
delay-test.jsFile · 0.80
job-test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected