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-ivm/tests/indexes.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, test } from
'vitest'
2
import
{ Index } from
'../src/indexes.js'
3
4
describe(`Index`, () => {
Callers
nothing calls this directly
Calls
8
beforeEach
Function · 0.90
expect
Function · 0.90
createIndex
Function · 0.85
append
Method · 0.80
getInner
Method · 0.80
addValue
Method · 0.45
get
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected