Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
export
const
readCountQueue = () => {
59
task()
60
timer = setInterval(task, 10000)
61
}
Callers
nothing calls this directly
Calls
1
task
Function · 0.85
Tested by
no test coverage detected