MCPcopy 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}

Calls

no outgoing calls

Tested by

no test coverage detected