Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bee-queue/bee-queue
/ isRunning
Method
isRunning
lib/queue.js:178–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
176
}
177
178
isRunning() {
179
return
!this.paused;
180
}
181
182
ready(cb) {
183
if
(cb) {
Callers
1
queue-test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected