Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/db
/ SortedMap.test.ts
File
SortedMap.test.ts
packages/db/tests/SortedMap.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
2
import
{ SortedMap } from
'../src/SortedMap'
3
4
describe(`SortedMap`, () => {
Callers
nothing calls this directly
Calls
10
expect
Function · 0.90
from
Method · 0.80
set
Method · 0.45
values
Method · 0.45
get
Method · 0.45
delete
Method · 0.45
entries
Method · 0.45
forEach
Method · 0.45
keys
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected