()
| 79 | } |
| 80 | |
| 81 | getStatus() { |
| 82 | return { |
| 83 | queueLength: this.queue.length, |
| 84 | maxQueueSize: this.maxQueueSize, |
| 85 | tasksPerSecond: this.maxTasksPerSecond, |
| 86 | currentTaskCount: this.taskCount, |
| 87 | isProcessing: this.processing, |
| 88 | }; |
| 89 | } |
| 90 | } |
nothing calls this directly
no outgoing calls
no test coverage detected