MCPcopy Index your code
hub / github.com/TanStack/db / cleanup-queue.test.ts

File cleanup-queue.test.ts

packages/db/tests/cleanup-queue.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
2import { CleanupQueue } from '../src/collection/cleanup-queue'
3
4describe('CleanupQueue', () => {

Callers

nothing calls this directly

Calls 8

beforeEachFunction · 0.90
afterEachFunction · 0.90
expectFunction · 0.90
resetInstanceMethod · 0.80
getInstanceMethod · 0.80
fnMethod · 0.80
cancelMethod · 0.80
scheduleMethod · 0.45

Tested by

no test coverage detected