Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ valueMapData
Method
valueMapData
packages/db/src/indexes/basic-index.ts:505–507 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
503
}
504
505
get valueMapData(): Map<any, Set<TKey>> {
506
return
this.valueMap
507
}
508
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected