Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ cancel
Method
cancel
packages/db/src/collection/cleanup-queue.ts:43–45 ·
view source on GitHub ↗
(key: unknown)
Source
from the content-addressed store, hash-verified
41
}
42
43
public cancel(key: unknown): void {
44
this.tasks.delete(key)
45
}
46
47
/**
48
* Keeps only one active timeout: whichever task is due next.
Callers
7
cancelGCTimer
Method · 0.80
performCleanup
Method · 0.80
throttleStrategy
Function · 0.80
debounceStrategy
Function · 0.80
cleanup-queue.test.ts
File · 0.80
cancelEventReader
Function · 0.80
trailbase.test.ts
File · 0.80
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected