MCPcopy Create free account
hub / github.com/Evansy/MallChatWeb / readCountQueue

Function readCountQueue

src/utils/readCountQueue.ts:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58export const readCountQueue = () => {
59 task()
60 timer = setInterval(task, 10000)
61}

Callers

nothing calls this directly

Calls 1

taskFunction · 0.85

Tested by

no test coverage detected