MCPcopy Create free account
hub / github.com/alexankitty/Myrient-Search-Engine / getStatus

Method getStatus

lib/utility/taskqueue.js:81–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected