Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ beforeEach, describe, expect, it } from
'vitest'
2
import
{ createCollection } from
'../../src/collection/index.js'
3
import
{ BTreeIndex } from
'../../src/indexes/btree-index'
4
Callers
nothing calls this directly
Calls
15
beforeEach
Function · 0.90
expect
Function · 0.90
createLiveQueryCollection
Function · 0.90
eq
Function · 0.90
gte
Function · 0.90
and
Function · 0.90
or
Function · 0.90
inArray
Function · 0.90
gt
Function · 0.90
length
Function · 0.90
count
Function · 0.90
stripVirtualProps
Function · 0.90
Tested by
no test coverage detected