MCPcopy Index your code
hub / github.com/Xyntopia/taskyon / count

Method count

src/modules/taskManager.ts:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 count() {
32 return this.queue.length;
33 }
34
35 async pop(): Promise<T> {
36 const shiftedItem = this.queue.shift();

Callers 1

taskWorkerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected