Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ constructor
Method
constructor
packages/db/src/collection/cleanup-queue.ts:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
private microtaskScheduled = false
16
17
private constructor() {}
18
19
public static getInstance(): CleanupQueue {
20
if
(!CleanupQueue.instance) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected