Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ getPropIndex
Method
getPropIndex
core/store.ts:56–56 ·
view source on GitHub ↗
( key: K )
Source
from the content-addressed store, hash-verified
54
55
definition: EntityDefinition<Data, View>;
56
getPropIndex<K extends IndexableKey<Data & View>>(
57
key: K
58
): QueryIndex<Data, View, K>;
59
}
Callers
2
assertEntityNotBreakingUniqueIndex
Function · 0.80
getRemainingItemsAfterApplyingQueryFields
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected