MCPcopy Create free account
hub / github.com/TanStack/db / KeyScheduler.test.ts

File KeyScheduler.test.ts

packages/offline-transactions/tests/KeyScheduler.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it, vi } from 'vitest'
2import { KeyScheduler } from '../src/executor/KeyScheduler'
3import type { OfflineTransaction } from '../src/types'
4

Callers

nothing calls this directly

Calls 9

afterEachFunction · 0.90
expectFunction · 0.90
getNextMethod · 0.80
markStartedMethod · 0.80
markFailedMethod · 0.80
updateTransactionMethod · 0.80
markCompletedMethod · 0.80
createTransactionFunction · 0.70
scheduleMethod · 0.45

Tested by

no test coverage detected