MCPcopy 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
53export const clearQueue = () => {
54 queue.clear()
55 timer && clearInterval(timer)
56}
57
58export const readCountQueue = () => {
59 task()

Callers 2

global.tsFile · 0.90
initListenerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected