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

Method clear

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

Source from the content-addressed store, hash-verified

44 }
45
46 clear() {
47 const oldQueue = this.queue;
48 this.queue = [];
49 return oldQueue;
50 }
51}
52
53export default AsyncQueue;

Callers 1

taskWorkerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected