MCPcopy Index your code
hub / github.com/TanStack/db / browser-coordinator.test.ts

File browser-coordinator.test.ts

packages/browser-db-sqlite-persistence/tests/browser-coordinator.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 { BrowserCollectionCoordinator } from '../src/browser-coordinator'
3import type { BrowserCollectionCoordinatorOptions } from '../src/browser-coordinator'
4import type { PersistenceAdapter } from '@tanstack/db-sqlite-persistence-core'

Callers

nothing calls this directly

Calls 15

beforeEachFunction · 0.90
afterEachFunction · 0.90
expectFunction · 0.90
tryGrantNextLockFunction · 0.85
installGlobalsFunction · 0.85
cleanupGlobalsFunction · 0.85
createCoordinatorFunction · 0.85
flushFunction · 0.85
createStubAdapterFunction · 0.85
fnMethod · 0.80
hasMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected