Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Evansy/MallChatWeb
/ clearQueue
Function
clearQueue
src/utils/readCountQueue.ts:53–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
export
const
clearQueue = () => {
54
queue.clear()
55
timer && clearInterval(timer)
56
}
57
58
export
const
readCountQueue = () => {
59
task()
Callers
2
global.ts
File · 0.90
initListener
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected