Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ valueMapData
Method
valueMapData
packages/db/src/indexes/base-index.ts:67–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
get indexedKeysSet(): Set<TKey>
67
get valueMapData(): Map<any, Set<TKey>>
68
69
supports: (operation: IndexOperation) => boolean
70
Callers
nothing calls this directly
Implementers
1
ReverseIndex
packages/db/src/indexes/reverse-index.
Calls
no outgoing calls
Tested by
no test coverage detected