Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/cli
/
Class
packages/cli/src/dev-watch.ts:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
class
DebounceQueue {
45
private timer: NodeJS.Timeout | null = null
46
private changes: Set<string> =
new
Set()
47
private callback: (changes: Set<string>) => void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected