MCPcopy Index your code
hub / github.com/TanStack/db / useLiveQueryEffect.test.tsx

File useLiveQueryEffect.test.tsx

packages/react-db/tests/useLiveQueryEffect.test.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest'
2import { act, renderHook } from '@testing-library/react'
3import { createCollection, eq } from '@tanstack/db'
4import { useLiveQueryEffect } from '../src/useLiveQueryEffect'

Callers

nothing calls this directly

Calls 8

useLiveQueryEffectFunction · 0.90
expectFunction · 0.90
eqFunction · 0.90
fromMethod · 0.80
whereMethod · 0.80
createUsersCollectionFunction · 0.70
flushPromisesFunction · 0.70
commitMethod · 0.45

Tested by

no test coverage detected