Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
export
default AsyncQueue;
Callers
1
taskWorker
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected