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

File indexes.test.ts

packages/db/tests/query/indexes.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { beforeEach, describe, expect, it } from 'vitest'
2import { createCollection } from '../../src/collection/index.js'
3import { BTreeIndex } from '../../src/indexes/btree-index'
4

Callers

nothing calls this directly

Calls 15

beforeEachFunction · 0.90
expectFunction · 0.90
eqFunction · 0.90
gteFunction · 0.90
andFunction · 0.90
orFunction · 0.90
inArrayFunction · 0.90
gtFunction · 0.90
lengthFunction · 0.90
countFunction · 0.90
stripVirtualPropsFunction · 0.90

Tested by

no test coverage detected